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.

  1. package monoid-map

    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.

  2. package monoidmap-quickcheck

    QuickCheck support for monoidmap. QuickCheck support for the monoidmap package.

  3. package moss

    Haskell client for Moss Please see the README on Github at https://github.com/mbg/moss#readme

  4. package mountpoints

    list mount points Lists currently mounted filesystems. Works on: Linux, BSD, Mac OS X, Android

  5. package mstate

    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).

  6. package mt19937

    Standard 32-bit Mersenne Twister PRNG, in pure Haskell Please see README.md.

  7. package multiarg

    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.

  8. package n-tuple

    Homogeneous tuples of arbitrary length. Please see the README on Github at https://github.com/athanclark/n-tuple#readme

  9. package n2o-nitro

    Nitro Elements, Events and Actions Nitro DSL

  10. package nano-erl

    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
    

Page 311 of many | Previous | Next