summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_partial.check
Commit message (Collapse)AuthorAgeFilesLines
* [vpm] generate proper isDefinedAt for switchesAdriaan Moors2012-02-171-1/+3
| | | | don't consider the matcherror-throwing catch-all case (generated by virtpatmat) a default case
* virtpatmat, hidden behind -YvirtpatmatAdriaan Moors2011-10-201-0/+2
at least one imminent TODO: undo hardwired generation of if/then/else, and decide based on type whether to call flatMap/orElse or inline those methods from Option review by extempore