Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

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

  2. MD5Sum :: MD5Sum

    flac Codec.Audio.FLAC.Metadata

    No documentation available.

  3. 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
    ]
    

  4. 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
    ]
    

  5. 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
    ]
    

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

    generic-lens-core Data.GenericLens.Internal

    No documentation available.

  7. AssistantPageTypeSummary :: AssistantPageType

    gi-gtk3 GI.Gtk.Enums

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

  8. AssistantPageTypeSummary :: AssistantPageType

    gi-gtk4 GI.Gtk.Enums

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

  9. spaceConsumer :: Parser ()

    graphql Language.GraphQL.AST.Lexer

    Parser that skips comments and meaningless characters, whitespaces and commas.

  10. AssistantPageSummary :: AssistantPageType

    gtk Graphics.UI.Gtk.Windows.Assistant

    No documentation available.

Page 172 of many | Previous | Next