Hacker News new | ask | show | jobs
by msla 1268 days ago
Haskell doesn't have generics or templates, it has an expressive type system.
1 comments

"Expressive Type System" without context is just a buzzword. In this particular context, it simply means that Haskell allows for types to be parameterised, which is a different way of saying it allows for generic types.