ekmett / eitherLinks
the EitherT monad transformer
☆57Updated last month
Alternatives and similar repositories for either
Users that are interested in either are comparing it to the libraries listed below
Sorting:
- Haskell 98 Profunctors☆70Updated 4 months ago
- Haskell 98 contravariant functors☆73Updated last year
- deprecated in favor of -XQualifiedDo☆41Updated 4 years ago
- Type-safe error handling☆64Updated 2 years ago
- All of `base` without the `Prelude` module☆43Updated 2 years ago
- Efficient conversion of values into Text☆40Updated last month
- Lift control operations, like exception catching, through monad transformers☆58Updated 2 years ago
- mtl friendly exceptions☆55Updated 3 weeks ago
- List monad transformer☆60Updated last year
- Dual Traversable☆41Updated 2 years ago
- Some useful control operators for looping☆47Updated 5 years ago
- Reasonable Haskell default import☆27Updated 3 years ago
- Retry combinators for monadic actions that may fail☆114Updated 2 years ago
- Traversals and Prisms for Data.Aeson☆52Updated 2 years ago
- Type-safe time units in Haskell☆50Updated 9 months ago
- ☆31Updated 4 years ago
- Simple, composable, and easy-to-use stream I/O for Haskell☆100Updated 7 months ago
- Filter with effects☆74Updated 10 months ago
- Run lifted IO operations asynchronously and wait for their results☆29Updated 2 months ago
- IO without any PseudoExceptions☆28Updated 5 years ago
- Serializable closures for distributed programming.☆65Updated last year
- A convenient DSL for describing web routes☆42Updated 4 years ago
- Haskell 98 semigroups☆62Updated last month
- Cron data structure and parser for Haskell