cornelis icon indicating copy to clipboard operation
cornelis copied to clipboard

`CornelisRefine` on unknown seems to print Aeson JSON instead of ... something?

Open silky opened this issue 4 months ago • 0 comments

I'm not sure what the intended behaviour is here, but:

image

I get the error above if I run :CornelisRefine at the hole on line 0.

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 :)

silky avatar Feb 20 '24 21:02 silky