Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. asum :: (Foldable t, Alternative f) => t (f a) -> f a

    envparse Env

    The sum of a collection of actions using (<|>), generalizing concat. asum is just like msum, but generalised to Alternative.

    Examples

    Basic usage:
    >>> asum [Just "Hello", Nothing, Just "World"]
    Just "Hello"
    

  2. regionsSumatra :: Fake Text

    fakedata Faker.Coffee

    No documentation available.

  3. data MD5Sum

    flac Codec.Audio.FLAC.Metadata

    MD5 signature of the unencoded audio data. This allows the decoder to determine if an error exists in the audio data even when the error does not result in an invalid bitstream. Read-only attribute represented as a ByteString of length 16.

  4. MD5Sum :: MD5Sum

    flac Codec.Audio.FLAC.Metadata

    No documentation available.

  5. dsum :: (Foldable t, Divisible f) => t (f a) -> f a

    functor-combinators Data.Functor.Combinator

    Convenient helper function to build up a Divisible by splitting input across many different f as. Most useful when used alongside contramap:

    dsum [
    contramap get1 x
    , contramap get2 y
    , contramap get3 z
    ]
    

  6. dsum1 :: (Foldable1 t, Divise f) => t (f a) -> f a

    functor-combinators Data.Functor.Combinator

    Convenient helper function to build up a Divise by splitting input across many different f as. Most useful when used alongside contramap:

    dsum1 $ contramap get1 x
    :| [ contramap get2 y
    , contramap get3 z
    ]
    

  7. dsum1 :: (Foldable1 t, Divise f) => t (f a) -> f a

    functor-combinators Data.Functor.Contravariant.Divise

    Convenient helper function to build up a Divise by splitting input across many different f as. Most useful when used alongside contramap:

    dsum1 $ contramap get1 x
    :| [ contramap get2 y
    , contramap get3 z
    ]
    

  8. gsum :: (a x -> c) -> (b x -> c) -> (a :+: b) x -> c

    generic-lens-core Data.GenericLens.Internal

    No documentation available.

  9. AssistantPageTypeSummary :: AssistantPageType

    gi-gtk3 GI.Gtk.Enums

    The page informs the user of the changes done. Only the Close button will be shown.

  10. AssistantPageTypeSummary :: AssistantPageType

    gi-gtk4 GI.Gtk.Enums

    The page informs the user of the changes done. Only the Close button will be shown.

Page 171 of many | Previous | Next