Packages tagged monad
26 packages have this tag.
[Merge tag] (trustees only)Related tags: library (26), bsd3 (18), control (18), error-handling (6), failure (5), deprecated (3), exceptions (3), mit (3), public-domain (3), data (2), text (2), user-interfaces (2), application (1), cryptography (1), data-structures (1), factory (1), hash (1), ioc (1), logic (1), monads (1), mpl (1), ...
Name |
DLs |
Rating |
Rev Deps |
Description |
Tags |
Last U/L |
Last Version |
Maintainers |
---|---|---|---|---|---|---|---|---|
MonadCompose | 54 | 0.0 | 1 | Methods for composing monads. | (bsd3, library, monad) | 2019-01-28 | 0.9.0.0 | JamesCandy |
boots | 33 | 0.0 | 3 | IoC Monad in Haskell | (application, factory, ioc, library, mit, monad) | 2019-09-03 | 0.2.0.1 | leptonyu |
colorful-monoids | 47 | 0.0 | 2 | Styled console text output using ANSI escape sequences. | (library, mit, monad, text, user-interfaces) | 2020-06-17 | 0.2.1.3 | minad |
cond | 74 | 2.0 | 17 | Basic conditional and boolean operators with monadic variants. | (bsd3, control, library, logic, monad) | 2023-11-19 | 0.5.1 | AdamCurtis, jcranch |
console-style (deprecated in favor of colorful-monoids) | 18 | 0.0 | 2 | Styled console text output using ANSI escape sequences. | (deprecated, library, mit, monad, text, user-interfaces) | 2016-12-03 | 0.0.2.1 | minad |
except-exceptions | 7 | 2.0 | 1 | Safely deal with exceptions in ExceptT | (bsd3, library, monad) | 2018-03-20 | 0.1 | TimHumphries |
exception-monads-fd (deprecated in favor of exception-mtl) | 8 | 0.0 | 1 | Exception monad transformer instances for monads-fd classes. | (bsd3, control, deprecated, error-handling, failure, library, monad) | 2010-10-06 | 0.2 | GeoffreyMainland |
exception-monads-tf | 30 | 0.0 | 1 | Exception monad transformer instances for monads-tf classes. | (bsd3, control, error-handling, failure, library, monad) | 2017-05-03 | 0.4.0.1 | GeoffreyMainland |
exception-mtl | 103 | 0.0 | 3 | Exception monad transformer instances for mtl classes. | (bsd3, control, error-handling, failure, library, monad) | 2023-03-22 | 0.4.0.2 | GeoffreyMainland |
exception-transformers | 158 | 0.0 | 19 | Type classes and monads for unchecked extensible exceptions. | (bsd3, control, error-handling, failure, library, monad) | 2023-08-31 | 0.4.0.12 | GeoffreyMainland, TroelsHenriksen |
exceptions | 543 | 2.0 | 1003 | Extensible optionally-pure exceptions | (bsd3, control, exceptions, library, monad) | 2024-10-31 | 0.10.9 | EdwardKmett, ryanglscott |
failable | 45 | 0.0 | 3 | A 'Failable' error monad class to unify failure across monads that can fail | (bsd3, control, exceptions, library, monad) | 2020-01-24 | 1.2.4.0 | erick |
indexed-free | 20 | 0.0 | 2 | indexed monads for free | (bsd3, control, library, monad) | 2013-11-27 | 0.3.1 | FumiakiKinoshita |
monad-connect | 11 | 0.0 | 1 | Transformer for TCP connection with TLS and SOCKS support | (control, library, monad, network, public-domain) | 2016-03-16 | 0.1 | akrasner |
monad-hash | 14 | 0.0 | 1 | Monad transformer for incremental hashing | (control, cryptography, hash, library, monad, public-domain) | 2016-05-30 | 0.1.0.2 | akrasner |
monad-memo | 74 | 2.0 | 2 | Memoization monad transformer | (bsd3, control, library, monad) | 2022-01-03 | 0.5.4 | EduardSergeev |
monad-supply | 42 | 0.0 | 3 | Stateful supply monad | (control, data, library, monad) | 2020-09-14 | 0.9 | GeoffHulette |
monadic-recursion-schemes | 51 | 0.0 | 0 | Recursion Schemes for Monadic version. | (bsd3, control, library, monad, recursion) | 2023-04-19 | 0.1.13.2 | KatsutoshiItoh |
pipes-errors | 12 | 0.0 | 1 | Integration between pipes and errors | (bsd3, control, error-handling, library, monad, pipes) | 2015-05-21 | 0.3 | jdnavarro |
set-monad | 17 | 0.0 | 3 | Set monad | (bsd3, data, library, monad) | 2018-10-11 | 0.3.0.0 | GeorgeGiorgidze |
supermonad | 19 | 0.0 | 1 | Plugin and base library to support supermonads in Haskell | (bsd3, library, monad, plugin, type-system) | 2018-05-07 | 0.2.1.1 | JanBracker |
tagged-exception-core | 14 | 0.0 | 2 | Reflect exceptions using phantom types. | (bsd3, control, error-handling, exceptions, failure, library, monad, monads, phantom-types) | 2016-02-02 | 2.2.0.0 | PeterTrsko |
tangle | 11 | 0.0 | 0 | Heterogenous memoisation monad | (bsd3, data-structures, library, monad, program) | 2021-11-08 | 0.1 | FumiakiKinoshita |
time-out | 16 | 0.0 | 1 | Timers, timeouts, alarms, monadic wrappers | (control, library, monad, public-domain, time, timeout) | 2016-05-30 | 0.2 | akrasner |
unlift | 8 | 0.0 | 0 | Typeclass for monads that can be unlifted to arbitrary base monads | (control, library, monad, mpl, typeclass, unlift) | 2021-04-21 | 0.0.0.0 | vrom911 |
views (deprecated in favor of definitive-base) | 5 | 0.0 | 1 | Views allow you to run a State monad on part of a state. | (bsd3, control, deprecated, library, monad) | 2013-03-15 | 1.0 | MarcCoiffier |