Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix documentation for the `$` proc on an option (#6449) | Euan T | 2017-10-02 | 1 | -1/+4 |
| | |||||
* | Add flatMap operator to Options (#6404) | Zach Smith | 2017-09-27 | 1 | -24/+57 |
| | | | | | | | | | | | | * Add >>= operator to Options * options.bind callback signature: A -> Option[B] * Use `flatMap` as the name of the Option bind operation. * Rename Options test "bind" to "flatMap" * CR from @dom96: Remove spaces inside of check() call | ||||
* | Fix options module to use new import name | def | 2015-11-23 | 1 | -2/+2 |
| | |||||
* | Extend option functionality | Nycto | 2015-09-23 | 1 | -1/+63 |
| | |||||
* | Rename optionals module to options | Flaviu Tamas | 2015-05-26 | 1 | -0/+160 |