X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FcicBlob.ml;h=fd6947e9c1521a79371503f08dd165cfa88171bd;hb=0590a3073dae55f31e79c71e3ed2a4d66a851a0d;hp=195f53df764c0ff47d8b206aa0f40362e68139c1;hpb=b97a7976503b2d2e5cbc9199f848135a324775a8;p=helm.git diff --git a/helm/software/components/ng_paramodulation/cicBlob.ml b/helm/software/components/ng_paramodulation/cicBlob.ml index 195f53df7..fd6947e9c 100644 --- a/helm/software/components/ng_paramodulation/cicBlob.ml +++ b/helm/software/components/ng_paramodulation/cicBlob.ml @@ -32,6 +32,13 @@ 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 saturate = assert false;; + end