We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e281101 + c01948b commit 125c790Copy full SHA for 125c790
coq/protect.ml
@@ -73,7 +73,7 @@ let eval_exn ~token ~f x =
73
in
74
let payload = Message.Payload.make ?range ?quickFix msg in
75
Vernacstate.Interp.invalidate_cache ();
76
- if CErrors.is_anomaly e then R.Completed (Error (Anomaly payload))
+ if CErrors.is_async e || CErrors.is_sync_anomaly e then R.Completed (Error (Anomaly payload))
77
else R.Completed (Error (User payload))
78
79
let _bind_exn ~f x =
0 commit comments