]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/cicBlob.ml
Fixed a bug in deep_eq: we generated new clauses but neglected the
[helm.git] / helm / software / components / ng_paramodulation / cicBlob.ml
index 888e6c0013aa30962682e38fd4d35aeac71de9cb..7169601420f19f236991e2fa33a9c63249495fb2 100644 (file)
@@ -32,12 +32,15 @@ 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;;
 
+  type input = t
+
   let embed t = assert false;;
 
   let eqP = assert false;;
 
+  let is_eq = assert false;;
+
   let saturate = assert false;;
 
-  let mk_proof = assert false;;
 end