]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/cicNotationEnv.mli
notation support fixed to parentesize in a more sane way and
[helm.git] / helm / software / components / acic_content / cicNotationEnv.mli
index c332bcfffc2c61be4cbd6c1b2ca245443ba1fa48..aa937d00c13da610767ee2c616dd57203cb57c0c 100644 (file)
@@ -33,7 +33,7 @@ type value =
   | ListValue of value list
 
 type value_type =
-  | TermType of int option
+  | TermType of int (* the level of the expected term *)
   | StringType
   | NumType
   | OptType of value_type