-
Notifications
You must be signed in to change notification settings - Fork 143
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
new_type_definition produces bad error messages #128
Comments
Strictly, that error message is “sort of” legitimate: the existing code sees Of course, this is not as helpful as it might be. I will shortly change the code to check that the argument is the bound variable of the existential before falling through to the free variable check. |
Hi Michael, As the person who wrote that code some years ago, I thought I'd offer my Thanks, fun dest_type_def thm = fun prim_type_definition (name as {Thy, Tyop}, thm) = On Sun, Aug 11, 2013 at 9:31 PM, Michael Norrish
|
I've done something very similar, inlining to get
I’ll check this in shortly (just running the selftest build now). |
Looks good. --Konrad. On Sun, Aug 11, 2013 at 10:11 PM, Michael Norrish
|
Reported by Rob Arthan
The text was updated successfully, but these errors were encountered: