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

Typechecking should take eta-equality on types into account #3285

Open
janmasrovira opened this issue Jan 17, 2025 · 0 comments
Open

Typechecking should take eta-equality on types into account #3285

janmasrovira opened this issue Jan 17, 2025 · 0 comments

Comments

@janmasrovira
Copy link
Collaborator

To reproduce clone and run juvix typecheck:
https://github.com/anoma/anoma-applib/tree/jan/type-checking-bug

Extract of the error message:

 mkReader {S} {M} ask local has type:
  Reader StandardInputs (StateT PRNG (ReaderT StandardInputs Mtl.Identity))
but is expected to have type:
  Reader StandardInputs λ! {A := StateT PRNG (ReaderT StandardInputs Mtl.Identity) A}

It should be possible to unify these two types by the eta-reduction law.

@lukaszcz lukaszcz changed the title Typechecking bug related to type equality Typechecking should take eta-equality on types into account Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant