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

Elaboration of functions doesn't preserve types #1432

Open
Negabinary opened this issue Dec 5, 2024 · 0 comments · May be fixed by #1453
Open

Elaboration of functions doesn't preserve types #1432

Negabinary opened this issue Dec 5, 2024 · 0 comments · May be fixed by #1453
Assignees
Labels
bug critical critical bug

Comments

@Negabinary
Copy link
Contributor

let f : Int -> Int = fun x -> x in
f

becomes

fun x -> x

which has type ? -> ?

(Exists on dev, but spotted when inspecting types on #1297)

@Negabinary Negabinary self-assigned this Dec 5, 2024
@cyrus- cyrus- added bug critical critical bug labels Dec 5, 2024
@cyrus- cyrus- moved this to Team Dynamics in Hazel Big Board Dec 5, 2024
@Negabinary Negabinary linked a pull request Jan 8, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug critical critical bug
Projects
Status: Team Dynamics
Development

Successfully merging a pull request may close this issue.

2 participants