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=d4f87097e2fa2c50d86a56b6b55d985e2a72032c;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/acic_content/cicNotationEnv.mli b/helm/software/components/acic_content/cicNotationEnv.mli index d4f87097e..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 + | TermType of int (* the level of the expected term *) | StringType | NumType | OptType of value_type