X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FfoSubst.ml;h=6154306b5e1d9959fc5ee7ec2d0facb51d80f119;hb=36270146f49052f621553b0b45afe23813ed7e64;hp=9053ec223a3a25fcac036746bb30e1e4bd5ea49d;hpb=01b628fc79155f545b283c1d095d8a2ffe00e0a1;p=helm.git diff --git a/helm/software/components/ng_paramodulation/foSubst.ml b/helm/software/components/ng_paramodulation/foSubst.ml index 9053ec223..6154306b5 100644 --- a/helm/software/components/ng_paramodulation/foSubst.ml +++ b/helm/software/components/ng_paramodulation/foSubst.ml @@ -9,7 +9,7 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) -module Subst (B : Terms.Blob) = struct +(* module Subst (B : Terms.Blob) = struct *) let id_subst = [];; @@ -48,4 +48,4 @@ module Subst (B : Terms.Blob) = struct let concat x y = x @ y;; -end +(* end *)