]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/cicNotationEnv.mli
milestone in basic_2, λδ-2A reconstructed
[helm.git] / helm / software / components / acic_content / cicNotationEnv.mli
index 5d2bba6c7dee698db593da7980cdc78afdb9e488..aa937d00c13da610767ee2c616dd57203cb57c0c 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 (* the level of the expected term *)
   | StringType
   | NumType
   | OptType of value_type