X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matitaB%2Fcomponents%2Fcontent%2FnotationEnv.mli;h=69ffceb0cd09363b04e0d7a59843e5aaa735de33;hb=8bbe582d87984526f40182c4409cbfd43108cb79;hp=9c83e1a83af465deac37ef0064ec591c5980a35b;hpb=6d4277977478ef9bcadaffbef3d4bb04ac0250a5;p=helm.git diff --git a/matitaB/components/content/notationEnv.mli b/matitaB/components/content/notationEnv.mli index 9c83e1a83..69ffceb0c 100644 --- a/matitaB/components/content/notationEnv.mli +++ b/matitaB/components/content/notationEnv.mli @@ -35,7 +35,7 @@ type value = | NumValue of string | OptValue of value option | ListValue of value list - | LocValue of Stdpp.location + | DisambiguationValue of (string option * Stdpp.location * string option * string option) type value_type = | TermType of int (* the level of the expected term *)