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.
allowReorder_ :: MisoString -> Attribute actionmiso Miso.Svg.Attribute https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/allowReorder
allExn :: forall (m :: Type -> Type) . MonadException m => Exn m (Exc m)monadology Control.Monad.Ology.Data.Exn No documentation available.
allowRootDirInstall :: Bool -> Action ()nsis Development.NSIS No documentation available.
allLicenses :: ExceptT String IO [OSILicense]opensource Network.Protocol.OpenSource.License No documentation available.
allOrNothing :: HasCallStack => Parser a -> Parser aopt-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'"]
allOrNothing :: HasCallStack => Parser a -> Parser aopt-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'"]
allBlobsCount :: Maybe BlobId -> ReaderT SqlBackend (RIO env) Intpantry Pantry.Internal.Stackage No documentation available.
-
pantry Pantry.Internal.Stackage No documentation available.
allHackageCabalCount :: Maybe HackageCabalId -> ReaderT SqlBackend (RIO env) Intpantry Pantry.Internal.Stackage No documentation available.
-
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.