]> 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)
commitb02253b371aadbbb37226a685b9bd8777a64d175
tree7d534e63bef7e17804b9061d5021a88473ff4dd0
parent849b36b9489da3dc3b7b4ef1a97c574f41968876
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 ]
helm/software/components/acic_content/termAcicContent.ml
helm/software/components/acic_content/termAcicContent.mli
helm/software/components/content_pres/content2pres.ml
helm/software/components/content_pres/sequent2pres.ml
helm/software/components/content_pres/sequent2pres.mli
helm/software/components/tactics/proofEngineHelpers.ml
helm/software/matita/applyTransformation.ml
helm/software/matita/applyTransformation.mli
helm/software/matita/matitaMathView.ml