Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces polymorphic types in Amy, focusing on the definition and implementation of polymorphic types for lists. It covers the transition from non-polymorphic to polymorphic types, the Hindley-Milner type inference rules, type schemes, instantiation, and modifications in the parser to NameAnalyzer. The lecture also discusses the challenges of capturing and preserving type variables in functions.