summaryrefslogtreecommitdiff
path: root/test/files/run/parserFilter.check
Commit message (Collapse)AuthorAgeFilesLines
* Add filter/withFilter method to ParserDaniel Capo Sobral2011-12-021-0/+9
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.