X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2FcicNotationEnv.mli;h=aa937d00c13da610767ee2c616dd57203cb57c0c;hb=e9b09b14538f770b9e65083c24e3e9cf487df648;hp=5d2bba6c7dee698db593da7980cdc78afdb9e488;hpb=bcf9a65332d321c25761207e2fb17110dbdc8241;p=helm.git diff --git a/helm/software/components/acic_content/cicNotationEnv.mli b/helm/software/components/acic_content/cicNotationEnv.mli index 5d2bba6c7..aa937d00c 100644 --- a/helm/software/components/acic_content/cicNotationEnv.mli +++ b/helm/software/components/acic_content/cicNotationEnv.mli @@ -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