X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FcicBlob.ml;h=888e6c0013aa30962682e38fd4d35aeac71de9cb;hb=df1201e37d6f2631dc31ffc87b979a6c81180a3a;hp=c6cb31cfc003a97cf20ab928a6050d70c9e0680c;hpb=6b0a195b180e3526af7b55771b2df7b10acd7c30;p=helm.git diff --git a/helm/software/components/ng_paramodulation/cicBlob.ml b/helm/software/components/ng_paramodulation/cicBlob.ml index c6cb31cfc..888e6c001 100644 --- a/helm/software/components/ng_paramodulation/cicBlob.ml +++ b/helm/software/components/ng_paramodulation/cicBlob.ml @@ -34,7 +34,10 @@ 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;; + + let mk_proof = assert false;; end