X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FcicBlob.ml;h=7169601420f19f236991e2fa33a9c63249495fb2;hb=e22808c929a9cebf5e4e2b7428ff0cbf89e1f92a;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..716960142 100644 --- a/helm/software/components/ng_paramodulation/cicBlob.ml +++ b/helm/software/components/ng_paramodulation/cicBlob.ml @@ -32,9 +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 is_eq_predicate = assert false - let saturate = assert false + let eqP = assert false;; + + let is_eq = assert false;; + + let saturate = assert false;; + end