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. allCaptureDeviceSpecifiers :: GettableStateVar [String]

    OpenAL Sound.OpenAL.ALC.Capture

    Contains a list of specifiers for all available capture devices.

  2. allAttributes :: Device -> GettableStateVar [ContextAttribute]

    OpenAL Sound.OpenAL.ALC.Context

    Contains the attribute list for the current context of the specified device.

  3. allDeviceSpecifiers :: GettableStateVar [String]

    OpenAL Sound.OpenAL.ALC.Device

    Contains a list of specifiers for all available devices.

  4. allTyVarBndrNames :: [TyVarBndr a] -> [Name]

    acid-state Data.Acid.TemplateHaskell

    No documentation available.

  5. allKnownExtensions :: [String]

    cabal-install-solver Distribution.Solver.Modular.MessageUtils

    No documentation available.

  6. allPackages :: PackageIndex pkg -> [pkg]

    cabal-install-solver Distribution.Solver.Types.PackageIndex

    Get all the packages from the index.

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

  8. allowReading :: forall (scope :: Scope) a . (ChanScoped c, Writable scope) => c scope a -> c 'ReadWrite a

    chan Control.Concurrent.Chan.Extra

    No documentation available.

  9. allowWriting :: forall (scope :: Scope) a . (ChanScoped c, Readable scope) => c scope a -> c 'ReadWrite a

    chan Control.Concurrent.Chan.Extra

    No documentation available.

  10. allC :: forall (m :: Type -> Type) a o . Monad m => (a -> Bool) -> ConduitT a o m Bool

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

Page 108 of many | Previous | Next