X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2FcicNotationEnv.mli;h=aa937d00c13da610767ee2c616dd57203cb57c0c;hb=68f3812e06c04ddd664e86dbfd3a1c32f96a22d1;hp=c332bcfffc2c61be4cbd6c1b2ca245443ba1fa48;hpb=de0d7bddcaaafdf3ebf6ce9a632ab65bfd7e6910;p=helm.git diff --git a/helm/software/components/acic_content/cicNotationEnv.mli b/helm/software/components/acic_content/cicNotationEnv.mli index c332bcfff..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 option + | TermType of int (* the level of the expected term *) | StringType | NumType | OptType of value_type