]> matita.cs.unibo.it Git - helm.git/commit
Pretty-printing of "match ... with" pattern syntax fixed. We need an
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Sun, 28 Oct 2007 21:56:23 +0000 (21:56 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Sun, 28 Oct 2007 21:56:23 +0000 (21:56 +0000)
commitd21fbbba5e3830d3f184f94834c63c4fb2746851
tree1b74d3337e1b066ec428fb1ace45c7a0dd5284fe
parent6f2cc0ef8219ac6fd5b09a1f1fdc0bb5a2cc48cd
Pretty-printing of "match ... with" pattern syntax fixed. We need an
~output_type flag since the semantics of patterns is slightly different from
the semantics of terms (and maybe this was a very bad choice I made):

match p return p with [ _ => p | ... | _ => p ]
components/acic_content/termAcicContent.ml
components/acic_content/termAcicContent.mli
components/content_pres/content2pres.ml
components/content_pres/sequent2pres.ml
components/content_pres/sequent2pres.mli
components/tactics/proofEngineHelpers.ml
matita/applyTransformation.ml
matita/applyTransformation.mli
matita/matitaMathView.ml