Y
Hacker News
new
|
ask
|
show
|
jobs
by
Volt
1268 days ago
You should literally continue reading the rest of the sentence.
1 comments
msla
1268 days ago
Haskell doesn't have generics or templates, it has an expressive type system.
link
tpoacher
1268 days ago
"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.
link