Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Provides a MonadST class Provides a MonadST class
-
Monadic versions of list functions Monadic versions of list functions seen in Data.List.
-
A monoid for monads See README
-
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.