You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MonadParsec is universe-polymorphic, concrete specifications like Char and String 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?
Make \w universe independent from \a \b
Refactor to type check and run main
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: