X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FcicBlob.ml;h=88ec26c2ecd44c68a91ca9ad178058b2f37500d3;hb=40ce8d1c14808ea7608ee2988bd9aba77ddf8200;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..88ec26c2e 100644 --- a/helm/software/components/ng_paramodulation/cicBlob.ml +++ b/helm/software/components/ng_paramodulation/cicBlob.ml @@ -33,5 +33,9 @@ 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 eqP = assert false;; + + let saturate = assert false;; end