Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. runNonDetMonoid :: forall ans (es :: [Effect]) a . (Monoid ans, FOEs es) => (a -> Eff es ans) -> Eff (Choose ': (Empty ': es)) a -> Eff es ans

    heftia-effects Control.Monad.Hefty.NonDet

    NonDet effects handler for monoidal answer type.

  2. runOutputMonoid :: forall o w a (es :: [Effect]) . (Monoid w, FOEs es) => (o -> w) -> Eff (Output o ': es) a -> Eff es (w, a)

    heftia-effects Control.Monad.Hefty.Output

    Interprets the Output effect by accumulating the outputs into a monoid.

  3. mkMonoidal :: (Bin bin, Unbox val, Monoid val) => bin -> HBuilder (BinValue bin, val) (Histogram bin val)

    histogram-fill Data.Histogram.Fill

    Create builder. New value will be mappended to current content of a bin for each item put into the histogram

  4. mkMonoidalG :: forall bin (v :: Type -> Type) val . (Bin bin, Vector v val, Monoid val) => bin -> HBuilder (BinValue bin, val) (Histogram v bin val)

    histogram-fill Data.Histogram.Fill

    Create builder. New value will be mappended to current content of a bin for each item put into the histogram

  5. module Data.MonoidMap.Examples.NestedMonoidMap

    A nested map with compound keys, implemented in terms of MonoidMap.

  6. data NestedMonoidMap k1 k2 v

    monoidmap-examples Data.MonoidMap.Examples.NestedMonoidMap

    No documentation available.

  7. class (PSemigroup n t u v, PMEmpty n id) => PMonoid (n :: k -> Type) (id :: k) (t :: k) (u :: k) (v :: k)

    parameterized Parameterized.Data.Monoid

    Parameterized version of Monoid.

  8. class GMessageMonoid (f :: Type -> Type)

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  9. data AttributesMonoid

    pthread System.Posix.Thread

    Partial set of thread attributes. Think of it as a diff to apply to the default attributes object.

  10. AttributesMonoid :: First DetachState -> First CSize -> First InheritSched -> First SchedParam -> First SchedPolicy -> First Scope -> First (Ptr ()) -> First CSize -> AttributesMonoid

    pthread System.Posix.Thread

    No documentation available.

Page 35 of many | Previous | Next