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

Type variable name bug in Core's pretty printer #46

Closed
tomtau opened this issue Feb 22, 2015 · 1 comment
Closed

Type variable name bug in Core's pretty printer #46

tomtau opened this issue Feb 22, 2015 · 1 comment

Comments

@tomtau
Copy link
Contributor

tomtau commented Feb 22, 2015

Pretty printing

#!haskell
let id A (x : A) = x
in
id (forall A. A -> A) id Int

in Core gives

#!haskell

(\ (a : forall A. A -> A). a (forall A. C -> C) a Int) (/\ A. \ (a : D). a)
  1. skips "B"
  2. "C" and "D" are not bound
@bixuanzju
Copy link
Contributor

The problem has gone, I think

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

2 participants