summaryrefslogtreecommitdiff
path: root/test/files/run/parserForFilter.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add filter/withFilter method to ParserDaniel Capo Sobral2011-12-021-0/+12
Complement map and flatMap when used in for comprehensions. This is required when pattern matching is used on the result of the generators. It is implemented through a new filterWithError method on ParseResult.