Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. allLicenses :: ExceptT String IO [OSILicense]

    opensource Network.Protocol.OpenSource.License

    No documentation available.

  2. allOrNothing :: HasCallStack => Parser a -> Parser a

    opt-env-conf OptEnvConf

    Parse either all or none of the parser below. If you don't use this function, and only some of the settings below are defined, this parser will fail and the next alternative will be tried. If you do use this function, this parser will error unforgivably if at least one, but not all, of the settings below are defined. If each setting has a corresponding forgivable error, consider this forgivable. Consider all other forgivable errors unforgivable For example, the following will parser will fail intsead of succeed when given the arguments below:

    ( choice
    [ allOrNothing $
    (,)
    <$> setting [option, long "foo", reader auto, help "This one will exist", metavar "CHAR"]
    <*> setting [option, long "bar", reader auto, help "This one will not exist", metavar "CHAR"],
    pure ('a', 'b')
    ]
    )
    
    ["--foo", "'a'"]
    

  3. allOrNothing :: HasCallStack => Parser a -> Parser a

    opt-env-conf OptEnvConf.Parser

    Parse either all or none of the parser below. If you don't use this function, and only some of the settings below are defined, this parser will fail and the next alternative will be tried. If you do use this function, this parser will error unforgivably if at least one, but not all, of the settings below are defined. If each setting has a corresponding forgivable error, consider this forgivable. Consider all other forgivable errors unforgivable For example, the following will parser will fail intsead of succeed when given the arguments below:

    ( choice
    [ allOrNothing $
    (,)
    <$> setting [option, long "foo", reader auto, help "This one will exist", metavar "CHAR"]
    <*> setting [option, long "bar", reader auto, help "This one will not exist", metavar "CHAR"],
    pure ('a', 'b')
    ]
    )
    
    ["--foo", "'a'"]
    

  4. allBlobsCount :: Maybe BlobId -> ReaderT SqlBackend (RIO env) Int

    pantry Pantry.Internal.Stackage

    No documentation available.

  5. allBlobsSource :: HasResourceMap env => Maybe BlobId -> ConduitT () (BlobId, ByteString) (ReaderT SqlBackend (RIO env)) ()

    pantry Pantry.Internal.Stackage

    No documentation available.

  6. allHackageCabalCount :: Maybe HackageCabalId -> ReaderT SqlBackend (RIO env) Int

    pantry Pantry.Internal.Stackage

    No documentation available.

  7. allHackageCabalRawPackageLocations :: HasResourceMap env => Maybe HackageCabalId -> ReaderT SqlBackend (RIO env) (Map HackageCabalId RawPackageLocationImmutable)

    pantry Pantry.Internal.Stackage

    Pull all hackage cabal entries from the database as RawPackageLocationImmutable. We do a manual join rather than dropping to raw SQL, and Esqueleto would add more deps.

  8. allButCSP :: PasswordPolicy -> [Int]

    password Data.Password.Validate

    All Int fields of the PasswordPolicy in a row

  9. allLengths :: Int -> [LengthPattern Int]

    perf Perf.Algos

    All the length algorithms.

  10. allSums :: Int -> [SumPattern Int]

    perf Perf.Algos

    All the sum algorithms.

Page 139 of many | Previous | Next