X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FcicBlob.ml;h=fd6947e9c1521a79371503f08dd165cfa88171bd;hb=016f069da6221053873b4d505716ef1bd80f08b6;hp=5c672cddfd0e9614dd905242b991a5aa7e5da6fe;hpb=d268de514258947484a22a106c220b102c611cc3;p=helm.git diff --git a/helm/software/components/ng_paramodulation/cicBlob.ml b/helm/software/components/ng_paramodulation/cicBlob.ml index 5c672cddf..fd6947e9c 100644 --- a/helm/software/components/ng_paramodulation/cicBlob.ml +++ b/helm/software/components/ng_paramodulation/cicBlob.ml @@ -32,6 +32,8 @@ 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;;