summaryrefslogtreecommitdiff
path: root/test/files/run/partialfun.check
Commit message (Collapse)AuthorAgeFilesLines
* Normalized line endings.Paul Phillips2012-09-201-6/+6
| | | | | | This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git.
* PartialFunction polishingPavel Pavlov2012-08-231-0/+6
- ScalaDocs added - TODOs fixed - controversive method `run` deleted - not used class runtime.AbstractTotalFunction removed - small corrections & fixes - tests for `orElse` & `runWith`