From 4e3af7b63a1db57c95e0fc2a153c330166439eeb Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Sat, 2 Feb 2013 00:41:54 +0000 Subject: [PATCH] Oops, part of last commit (ocaml extraction implementation) --- matita/matita/lib/preamble.ml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 matita/matita/lib/preamble.ml diff --git a/matita/matita/lib/preamble.ml b/matita/matita/lib/preamble.ml new file mode 100644 index 000000000..e1a25e14f --- /dev/null +++ b/matita/matita/lib/preamble.ml @@ -0,0 +1,2 @@ +type __ = Obj.t +let __ = let rec f _ = Obj.repr f in Obj.repr f -- 2.39.2