]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/cicBlob.ml
NG decompilation is now activated. However, it is called from the old
[helm.git] / helm / software / components / ng_paramodulation / cicBlob.ml
index f0caf2591ffc90408ad36529f02057abdb292158..888e6c0013aa30962682e38fd4d35aeac71de9cb 100644 (file)
@@ -31,5 +31,13 @@ module CicBlob(C : CicContext) : Terms.Blob with type t = Cic.term = struct
 
   let names = List.map (function Some (x,_) -> Some x | _ -> None) C.context;;
   let pp t = CicPp.pp t names;;
+
+  let embed t = assert false;;
+
+  let eqP = assert false;;
+
+  let saturate = assert false;;
+
+  let mk_proof = assert false;;
 end