]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/cicBlob.ml
some more functors and a nice higher-order all_positions iterator
[helm.git] / helm / software / components / ng_paramodulation / cicBlob.ml
index 195f53df764c0ff47d8b206aa0f40362e68139c1..c6cb31cfc003a97cf20ab928a6050d70c9e0680c 100644 (file)
@@ -33,5 +33,8 @@ 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 is_eq_predicate = assert false
+  let saturate = assert false 
 end