]> matita.cs.unibo.it Git - helm.git/commitdiff
Oops, part of last commit (ocaml extraction implementation)
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Sat, 2 Feb 2013 00:41:54 +0000 (00:41 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Sat, 2 Feb 2013 00:41:54 +0000 (00:41 +0000)
matita/matita/lib/preamble.ml [new file with mode: 0644]

diff --git a/matita/matita/lib/preamble.ml b/matita/matita/lib/preamble.ml
new file mode 100644 (file)
index 0000000..e1a25e1
--- /dev/null
@@ -0,0 +1,2 @@
+type __ = Obj.t
+let __ = let rec f _ = Obj.repr f in Obj.repr f