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=88ec26c2ecd44c68a91ca9ad178058b2f37500d3;hpb=637114791874df9ebc4e0f0936513c71886a913f;p=helm.git diff --git a/helm/software/components/ng_paramodulation/cicBlob.ml b/helm/software/components/ng_paramodulation/cicBlob.ml index 88ec26c2e..888e6c001 100644 --- a/helm/software/components/ng_paramodulation/cicBlob.ml +++ b/helm/software/components/ng_paramodulation/cicBlob.ml @@ -37,5 +37,7 @@ module CicBlob(C : CicContext) : Terms.Blob with type t = Cic.term = struct let eqP = assert false;; let saturate = assert false;; + + let mk_proof = assert false;; end