]> 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 d4f87097e2fa2c50d86a56b6b55d985e2a72032c..c332bcfffc2c61be4cbd6c1b2ca245443ba1fa48 100644 (file)
@@ -33,7 +33,7 @@ type value =
   | ListValue of value list
 
 type value_type =
-  | TermType
+  | TermType of int option
   | StringType
   | NumType
   | OptType of value_type