Skip to content

Commit a679618

Browse files
committed
fix compilation of TPC and calculator after switch to domain module from htt (which bundles bottom element in posets)
1 parent fd95c9f commit a679618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shims/DiSeL.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ open Debug
33

44
type 'a prog = 'a
55

6-
let mkProg = fun x -> x
6+
let mkProg = Obj.magic ()
77

88
type 'a action = 'a
99

0 commit comments

Comments
 (0)