Replies: 1 comment 5 replies
-
In contrast, I believe the compiler might be able to dismiss
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There seem to be several effects in use for modelling mutation in Koka. E.g.
local<h>
,local-var<s,a>
,st<h>
.Apart from an explanation of
st<h>
in the book, I'm unable to find an explanation of what these different effects are for.The compiler sometimes complains about errors related to
local<h>
I'm currently unable to understand what this error message means, since I don't know where local comes from and why it is there.
Beta Was this translation helpful? Give feedback.
All reactions