]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/content/notationEnv.mli
some added lemmas removed from auto
[helm.git] / matitaB / components / content / notationEnv.mli
index 9c83e1a83af465deac37ef0064ec591c5980a35b..69ffceb0cd09363b04e0d7a59843e5aaa735de33 100644 (file)
@@ -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 *)