X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2FcicNotationEnv.mli;h=aa937d00c13da610767ee2c616dd57203cb57c0c;hb=421056da7b3e1d6b9d91d72092b4f3c3232a00ce;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