X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fcontent%2FnotationEnv.mli;h=69ffceb0cd09363b04e0d7a59843e5aaa735de33;hb=c81b0e8dbfe80e2350e9322afa8316f39f98c3b3;hp=3118893214049fbac94a53acff5684f894f5adc8;hpb=935c8d1b73726bb49b99e5c2dbebdea0d617fa1a;p=helm.git diff --git a/matitaB/components/content/notationEnv.mli b/matitaB/components/content/notationEnv.mli index 311889321..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 - | DisambiguationValue of (Stdpp.location * string option * string option) + | DisambiguationValue of (string option * Stdpp.location * string option * string option) type value_type = | TermType of int (* the level of the expected term *)