]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/cicBlob.ml
snaphost: supright almost done
[helm.git] / helm / software / components / ng_paramodulation / cicBlob.ml
index c6cb31cfc003a97cf20ab928a6050d70c9e0680c..88ec26c2ecd44c68a91ca9ad178058b2f37500d3 100644 (file)
@@ -34,7 +34,8 @@ module CicBlob(C : CicContext) : Terms.Blob with type t = Cic.term = struct
 
   let embed t = assert false;;
 
-  let is_eq_predicate = assert false
-  let saturate = assert false 
+  let eqP = assert false;;
+
+  let saturate = assert false;;
 end