X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FcicBlob.ml;h=c6cb31cfc003a97cf20ab928a6050d70c9e0680c;hb=6b0a195b180e3526af7b55771b2df7b10acd7c30;hp=195f53df764c0ff47d8b206aa0f40362e68139c1;hpb=f0ee1568dce2315018fe455f696911ac6cb65afc;p=helm.git diff --git a/helm/software/components/ng_paramodulation/cicBlob.ml b/helm/software/components/ng_paramodulation/cicBlob.ml index 195f53df7..c6cb31cfc 100644 --- a/helm/software/components/ng_paramodulation/cicBlob.ml +++ b/helm/software/components/ng_paramodulation/cicBlob.ml @@ -33,5 +33,8 @@ 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 is_eq_predicate = assert false + let saturate = assert false end