]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/cicNotationEnv.mli
arithmetics for λδ
[helm.git] / helm / software / components / acic_content / cicNotationEnv.mli
index d4f87097e2fa2c50d86a56b6b55d985e2a72032c..aa937d00c13da610767ee2c616dd57203cb57c0c 100644 (file)
@@ -33,7 +33,7 @@ type value =
   | ListValue of value list
 
 type value_type =
-  | TermType
+  | TermType of int (* the level of the expected term *)
   | StringType
   | NumType
   | OptType of value_type