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.
allCaptureDeviceSpecifiers :: GettableStateVar [String]OpenAL Sound.OpenAL.ALC.Capture Contains a list of specifiers for all available capture devices.
allAttributes :: Device -> GettableStateVar [ContextAttribute]OpenAL Sound.OpenAL.ALC.Context Contains the attribute list for the current context of the specified device.
allDeviceSpecifiers :: GettableStateVar [String]OpenAL Sound.OpenAL.ALC.Device Contains a list of specifiers for all available devices.
allTyVarBndrNames :: [TyVarBndr a] -> [Name]acid-state Data.Acid.TemplateHaskell No documentation available.
allKnownExtensions :: [String]cabal-install-solver Distribution.Solver.Modular.MessageUtils No documentation available.
allPackages :: PackageIndex pkg -> [pkg]cabal-install-solver Distribution.Solver.Types.PackageIndex Get all the packages from the index.
allPackagesByName :: PackageIndex pkg -> [[pkg]]cabal-install-solver Distribution.Solver.Types.PackageIndex Get all the packages from the index. They are grouped by package name, case-sensitively.
-
chan Control.Concurrent.Chan.Extra No documentation available.
-
chan Control.Concurrent.Chan.Extra No documentation available.
allC :: forall (m :: Type -> Type) a o . Monad m => (a -> Bool) -> ConduitT a o m Boolclassy-prelude-conduit ClassyPrelude.Conduit Check that all values in the stream return True. Subject to shortcut logic: at the first False, consumption of the stream will stop.