]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/cicBlob.ml
almost complete superposition right step
[helm.git] / helm / software / components / ng_paramodulation / cicBlob.ml
index 195f53df764c0ff47d8b206aa0f40362e68139c1..88ec26c2ecd44c68a91ca9ad178058b2f37500d3 100644 (file)
@@ -33,5 +33,9 @@ module CicBlob(C : CicContext) : Terms.Blob with type t = Cic.term = struct
   let pp t = CicPp.pp t names;;
 
   let embed t = assert false;;
+
+  let eqP = assert false;;
+
+  let saturate = assert false;;
 end