Open cognivore opened 2 years ago
MonadParsec is universe-polymorphic, concrete specifications like Char and String aren't.
Char
String
It's ok, but our source has the same universe as our composite and atomic types, so concretisation of those causes the source go down to first universe.
Why?
MonadParsec is universe-polymorphic, concrete specifications like
Char
andString
aren't.It's ok, but our source has the same universe as our composite and atomic types, so concretisation of those causes the source go down to first universe.
How?