]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/cicBlob.ml
first proof reconstruction attempt, still bugged since it
[helm.git] / helm / software / components / ng_paramodulation / cicBlob.ml
index 88ec26c2ecd44c68a91ca9ad178058b2f37500d3..888e6c0013aa30962682e38fd4d35aeac71de9cb 100644 (file)
@@ -37,5 +37,7 @@ module CicBlob(C : CicContext) : Terms.Blob with type t = Cic.term = struct
   let eqP = assert false;;
 
   let saturate = assert false;;
+
+  let mk_proof = assert false;;
 end