(no title)
mpcjanssen | 6 years ago
The more concrete the type signatures become the less they become documenting.
A signature of a -> a defines the id function because the type is so generic. A function of String->String can do pretty much anything.
dodobirdlord|6 years ago
A type signature of Seed -> String -> Hash is pretty enlightening!