]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/content/notationEnv.ml
Matitaweb:
[helm.git] / matitaB / components / content / notationEnv.ml
index eb85ec038a2623127c69d2414708d8893f94a2a3..6951760bf3a9fb18282db148041ee5c1fdd53262 100644 (file)
@@ -37,7 +37,10 @@ type value =
   | NumValue of string
   | OptValue of value option
   | ListValue of value list
-  | DisambiguationValue of (Stdpp.location * string option * string option)
+   (* optional name of Ast.Symbols that we want to contain the interpretation of this literal
+    * location of the literal we are parsing
+    * optional uri, optional desc *)
+  | DisambiguationValue of (string option * Stdpp.location * string option * string option)
 
 type value_type =
   | TermType of int (* the level of the expected term *)