We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CornelisRefine
I'm not sure what the intended behaviour is here, but:
I get the error above if I run :CornelisRefine at the hole on line 0.
:CornelisRefine
I suspect the message:
Object (fromList [("constructors",Array [String "zero",String "suc"]),("kind",String "IntroConstructorUnknown")])
Is not what I'm meant to see.
For context, I'm following the PLFA tutorial, it suggests I would see something like:
Don't know which constructor to introduce of zero or suc
at the same point; which seems pretty reasonable, and is clearly what the JSON is actually encoding :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not sure what the intended behaviour is here, but:
I get the error above if I run
:CornelisRefine
at the hole on line 0.I suspect the message:
Is not what I'm meant to see.
For context, I'm following the PLFA tutorial, it suggests I would see something like:
at the same point; which seems pretty reasonable, and is clearly what the JSON is actually encoding :)
The text was updated successfully, but these errors were encountered: