-
Notifications
You must be signed in to change notification settings - Fork 233
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
dm4f: Cannot define continuations #713
Comments
I started looking at this specific example and then realized that you had made further progress on your branch. In particular, I suspect this example is broken because you did not provide Can you let me know what the current status of this bug is? |
Here's the current status (pre artifact evaluation). With
without
|
Correct, this is the current status. Not sure I'll have the bandwidth to debug this before the artifact evaluation deadline, so I'm going to try to make the lift effect work instead before I go to bed. |
Now working if you write it the exact way FStar expects it... There are still some issues if you don't add enough type annotations. |
The following code
Fails with
Without annotating the type of
cont
, the error one gets is:which might be a separate problem.
The text was updated successfully, but these errors were encountered: