Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: lift universes in String and Char modules or make \a \b universes independent from \w universe #25

Open
2 tasks
cognivore opened this issue Sep 6, 2022 · 0 comments

Comments

@cognivore
Copy link
Contributor

Why?

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant