summaryrefslogtreecommitdiff
path: root/test/files/run/matchonseq.check
Commit message (Collapse)AuthorAgeFilesLines
* Added +: and :+ extractors to mirror append/prepend.Josh Suereth2012-03-161-0/+2
* +: does head/tail decomposition on any Seq * :+ does init/last decomposition on any Seq * Both preserve specific Seq types. Review by @odersky