Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. DecompressInputRequired :: (ByteString -> m (DecompressStream m)) -> DecompressStream (m :: Type -> Type)

    zlib Codec.Compression.Zlib.Internal

    No documentation available.

  2. DictionaryRequired :: DecompressError

    zlib Codec.Compression.Zlib.Internal

    It is possible to do zlib compression with a custom dictionary. This allows slightly higher compression ratios for short files. However such compressed streams require the same dictionary when decompressing. This error is for when we encounter a compressed stream that needs a dictionary, and it's not provided.

  3. DictionaryRequired :: DecompressError

    zlib Codec.Compression.Zlib.Raw

    It is possible to do zlib compression with a custom dictionary. This allows slightly higher compression ratios for short files. However such compressed streams require the same dictionary when decompressing. This error is for when we encounter a compressed stream that needs a dictionary, and it's not provided.

  4. modShapeRequires :: ModuleShape -> Set ModuleName

    Cabal Distribution.Backpack.ModuleShape

    No documentation available.

  5. preModShapeRequires :: PreModuleShape -> Set ModuleName

    Cabal Distribution.Backpack.PreModuleShape

    No documentation available.

  6. ReqArg :: Description -> OptFlags -> ArgPlaceHolder -> ReadE (a -> a) -> (a -> [String]) -> OptDescr a

    Cabal Distribution.Simple.Command

    No documentation available.

  7. reqArg :: Monoid b => ArgPlaceHolder -> ReadE b -> (b -> [String]) -> MkOptDescr (a -> b) (b -> a -> a) a

    Cabal Distribution.Simple.Command

    Create a string-valued command line interface. Usually called in the context of option or multiOption. Example: reqArg ad mkflag showflag

    • ad: Placeholder shown to the user, e.g. FILES if files are expected parameters.
    • mkflag: How to parse the argument into the option.
    • showflag: If parsing goes wrong, display a useful error message to the user.

  8. reqArg' :: Monoid b => ArgPlaceHolder -> (String -> b) -> (b -> [String]) -> MkOptDescr (a -> b) (b -> a -> a) a

    Cabal Distribution.Simple.Command

    (String -> a) variant of "reqArg"

  9. unifiedIPIDRequired :: Compiler -> Bool

    Cabal Distribution.Simple.Compiler

    Does this compiler have unified IPIDs (so no package keys)

  10. RequireProgram :: String -> CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

Page 185 of many | Previous | Next