Rebind is a Scala port/remake of the Haskell retry library. One
of the main differences is it is designed to work with DisjunctionT
's instead of MonadIO
things.
Example usage can be found in the example sub-project, as well as in the tests.
Code provided under the BSD-3 license available at http://opensource.org/licenses/BSD-3-Clause, as well as in the LICENSE file. This is the same license used as the retry library.