Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allowReorder_ :: MisoString -> Attribute action

    miso Miso.Svg.Attribute

    https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/allowReorder

  2. allExn :: forall (m :: Type -> Type) . MonadException m => Exn m (Exc m)

    monadology Control.Monad.Ology.Data.Exn

    No documentation available.

  3. allowRootDirInstall :: Bool -> Action ()

    nsis Development.NSIS

    No documentation available.

  4. allLicenses :: ExceptT String IO [OSILicense]

    opensource Network.Protocol.OpenSource.License

    No documentation available.

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

  6. 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'"]
    

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

    pantry Pantry.Internal.Stackage

    No documentation available.

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

    pantry Pantry.Internal.Stackage

    No documentation available.

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

    pantry Pantry.Internal.Stackage

    No documentation available.

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

Page 139 of many | Previous | Next