X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FdisambiguatingParser.mli;fp=helm%2FgTopLevel%2FdisambiguatingParser.mli;h=397799548b20480c2e1c1233f25f042d849c590d;hb=6f7dbdfa37be6a1135df8169557eab5c92c485e2;hp=6edb842399971bd37f73bd0d20229fc4e7b1371d;hpb=308d03101d84a4d62465bb3ff7c0cd9ca866c659;p=helm.git diff --git a/helm/gTopLevel/disambiguatingParser.mli b/helm/gTopLevel/disambiguatingParser.mli index 6edb84239..397799548 100644 --- a/helm/gTopLevel/disambiguatingParser.mli +++ b/helm/gTopLevel/disambiguatingParser.mli @@ -25,10 +25,10 @@ exception NoWellTypedInterpretation -module Environment : +module EnvironmentP3 : sig type t - val empty : t + val empty : string val to_string : t -> string val of_string : string -> t end @@ -40,8 +40,8 @@ module Make (C : Disambiguate_types.Callbacks) : Cic.context -> Cic.metasenv -> string -> - Environment.t -> (* previous interpretation status *) - Environment.t * (* new interpretation status *) + EnvironmentP3.t -> (* previous interpretation status *) + EnvironmentP3.t * (* new interpretation status *) Cic.metasenv * (* new metasenv *) Cic.term (* disambiguated term *) end