Very unclear error I encountered: "identifier .Hnd-div cannot be found" #267
BrendanMesters
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I'm writing a code analyzer in koka and all of the sudden, after a bit of code rewriting, the following error (
internal-struct.kk(37,10): error: identifier .Hnd-div cannot be found) is thrown by my compiler...This error started when I defined my effect as a
rec effect nameas opposed toeffect name(I was playing around with using recursive effects).The
internal-struct.kk(37,10)refers to the 'h' of handler in the linewith handler.improvement of this error message would be much appreciated as its very unclear what is going wrong.
Code in question:
Beta Was this translation helpful? Give feedback.
All reactions