]> 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)
commit87bdd061d096c836a02c77aa26e80d9c36180fad
tree3e94c3105662c45d5e7d1b918adc4878ecac7de6
parent5792131774a4fea8a9477bbcb25876895b5225ec
Wildcard patterns implemented in case analysis. The following term is now
accepted:

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