Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
A monoidal map with the right group instance Newtype wrapper around Data.Map.Monoidal.MonoidalMap that has a correct Group instance. The Group instance for Data.MonoidMap has a unique neutral element, as compared to Data.Map.Monoidal.MonoidalMap.
-
QuickCheck support for monoidmap. QuickCheck support for the monoidmap package.
-
Haskell client for Moss Please see the README on Github at https://github.com/mbg/moss#readme
-
list mount points Lists currently mounted filesystems. Works on: Linux, BSD, Mac OS X, Android
-
MState: A consistent State monad for concurrent applications. MState offers a State monad which can be used in concurrent applications. It also manages new threads and waits until the whole state monad has been evaluated/executed before it returns the state values (if desired).
-
Standard 32-bit Mersenne Twister PRNG, in pure Haskell Please see README.md.
-
Command lines for options that take multiple arguments multiarg helps you build command-line parsers for programs with options that take more than one argument. See the documentation in the Multiarg module for details.
-
Homogeneous tuples of arbitrary length. Please see the README on Github at https://github.com/athanclark/n-tuple#readme
-
Nitro Elements, Events and Actions Nitro DSL
-
Small library for Erlang-style actor semantics A small, beginner-friendly library for Erlang-style actor semantics, for coordinating concurrent processes and message passing Processes are plain IO actions, so no monad transformers needed (no liftIO!) For best performance, compile with:
ghc -O2 -threaded -rtsopts -with-rtsopts=-N