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 cc3ddcb + e1bb9b4 commit d12a5baCopy full SHA for d12a5ba
elpi.opam
@@ -25,8 +25,8 @@ depends: [
25
"cmdliner" {with-test}
26
"dune" {>= "2.8.0"}
27
"conf-time" {with-test}
28
- "atdgen" {>= "2.9.1"}
29
- "atdts" {>= "2.9.1"}
+ "atdgen" {>= "2.9.1" & < "2.10.0"}
+ "atdts" {>= "2.9.1" & < "2.10.0"}
30
]
31
depopts: [
32
"elpi-option-legacy-parser"
src/runtime.ml
@@ -2842,7 +2842,7 @@ and alternative = {
2842
clauses : clause list;
2843
next : alternative;
2844
}
2845
-let noalts : alternative = Obj.magic 0
+let noalts : alternative = Obj.magic (Sys.opaque_identity 0)
2846
2847
(******************************************************************************
2848
Constraint propagation
0 commit comments