X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2FcicNotationEnv.mli;h=c332bcfffc2c61be4cbd6c1b2ca245443ba1fa48;hb=8c4659819a1c1f2e450d9a588ecca37d95ae48e9;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..c332bcfff 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 option | StringType | NumType | OptType of value_type