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. allHistoryHuman :: MonadClientUI m => m ()

    LambdaHack Game.LambdaHack.Client.UI.HandleHumanLocalM

    No documentation available.

  2. allB :: Show v => (v -> Bool) -> [v] -> Bool

    LambdaHack Game.LambdaHack.Core.Prelude

    Like all, but if the predicate fails, blame all the list elements and especially those for which it fails. To be used as in

    assert (allB (<= height) [yf, y1, y2])
    

  3. allGroupItems :: MonadServerAtomic m => CStore -> GroupName ItemKind -> ActorId -> m [(ItemId, ItemQuant)]

    LambdaHack Game.LambdaHack.Server.CommonM

    No documentation available.

  4. allCaptureDeviceSpecifiers :: GettableStateVar [String]

    OpenAL Sound.OpenAL.ALC.Capture

    Contains a list of specifiers for all available capture devices.

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

    OpenAL Sound.OpenAL.ALC.Context

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

  6. allDeviceSpecifiers :: GettableStateVar [String]

    OpenAL Sound.OpenAL.ALC.Device

    Contains a list of specifiers for all available devices.

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

    acid-state Data.Acid.TemplateHaskell

    No documentation available.

  8. allKnownExtensions :: [String]

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

    No documentation available.

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

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

    Get all the packages from the index.

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

Page 108 of many | Previous | Next