We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd95c9f commit a679618Copy full SHA for a679618
shims/DiSeL.ml
@@ -3,7 +3,7 @@ open Debug
3
4
type 'a prog = 'a
5
6
-let mkProg = fun x -> x
+let mkProg = Obj.magic ()
7
8
type 'a action = 'a
9
0 commit comments