Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data Format a

    hackage-security Hackage.Security.Client.Formats

    Format is a singleton type (reflection type to term level) NOTE: In the future we might add further compression formats.

  2. data FormatGz

    hackage-security Hackage.Security.Client.Formats

    No documentation available.

  3. data FormatUn

    hackage-security Hackage.Security.Client.Formats

    No documentation available.

  4. data Formats a b

    hackage-security Hackage.Security.Client.Formats

    Available formats Rather than having a general list here, we enumerate all possibilities. This means we are very precise about what we expect, and we avoid any runtime errors about unexpected format definitions. NOTE: If we add additional cases here (for dealing with additional formats) all calls to error "inaccessible" need to be reevaluated.

  5. ForeignFunctionInterface :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  6. ForeignFunctionInterface :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

  7. newtype Forget r i a b

    indexed-profunctors Data.Profunctor.Indexed

    Needed for getters and folds.

  8. Forget :: (a -> r) -> Forget r i a b

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  9. newtype ForgetM r i a b

    indexed-profunctors Data.Profunctor.Indexed

    Needed for affine folds.

  10. ForgetM :: (a -> Maybe r) -> ForgetM r i a b

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

Page 297 of many | Previous | Next