]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/cicNotationEnv.mli
notation on steroids: 'term 40 x' is a valid variable name in notation and
[helm.git] / helm / software / components / acic_content / cicNotationEnv.mli
index 5d2bba6c7dee698db593da7980cdc78afdb9e488..c332bcfffc2c61be4cbd6c1b2ca245443ba1fa48 100644 (file)
@@ -33,7 +33,7 @@ type value =
   | ListValue of value list
 
 type value_type =
-  | TermType of (int * Gramext.g_assoc) option
+  | TermType of int option
   | StringType
   | NumType
   | OptType of value_type