]> matita.cs.unibo.it Git - helm.git/commitdiff
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)
~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 ]


No differences found