]> matita.cs.unibo.it Git - helm.git/commit
Wildcard patterns implemented in case analysis. The following term is now
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 26 Oct 2007 12:26:59 +0000 (12:26 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 26 Oct 2007 12:26:59 +0000 (12:26 +0000)
commit7c7d7ff143e5a87874e824dce2ad99590e076788
treeb22315ba4329b7359d565fde0a34d96317d717b2
parent11692b214b71e211b4e08739dd8488481ac8d4df
Wildcard patterns implemented in case analysis. The following term is now
accepted:

 match n with
  [ A => O
  | B m => m
  | _ => O
  ]
components/acic_content/cicNotationPp.ml
components/acic_content/cicNotationPt.ml
components/acic_content/cicNotationUtil.ml
components/acic_content/termAcicContent.ml
components/cic_disambiguation/disambiguate.ml
components/content_pres/cicNotationParser.ml
components/content_pres/termContentPres.ml