Concept
Polymorphic type system
Books
Journey Statuslearning Tags
A type system that allows types to contain variables (like List<T>, a. a a), enabling one definition to work across many types through type abstraction.
A type system that allows types to contain variables (like List<T>, ∀a. a -> a), enabling one definition to work across many types through type abstraction.