X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FcicBlob.ml;h=888e6c0013aa30962682e38fd4d35aeac71de9cb;hb=8bc5bc0e8375a85736f6a5df317d129d5efa8de4;hp=f0caf2591ffc90408ad36529f02057abdb292158;hpb=3c1a432c1612f8ed21f5b2220005599c4d9da1d5;p=helm.git diff --git a/helm/software/components/ng_paramodulation/cicBlob.ml b/helm/software/components/ng_paramodulation/cicBlob.ml index f0caf2591..888e6c001 100644 --- a/helm/software/components/ng_paramodulation/cicBlob.ml +++ b/helm/software/components/ng_paramodulation/cicBlob.ml @@ -31,5 +31,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;; + + let embed t = assert false;; + + let eqP = assert false;; + + let saturate = assert false;; + + let mk_proof = assert false;; end