Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. anyHarmfulFoeAdj :: ActorMaxSkills -> ActorId -> State -> Bool

    LambdaHack Game.LambdaHack.Common.ActorState

    No documentation available.

  2. anyActorsAlive :: MonadServer m => FactionId -> ActorId -> m Bool

    LambdaHack Game.LambdaHack.Server.CommonM

    No documentation available.

  3. anyWord16be :: Parser Word16

    attoparsec-binary Data.Attoparsec.Binary

    Match any 16-bit big-endian word.

  4. anyWord16le :: Parser Word16

    attoparsec-binary Data.Attoparsec.Binary

    Match any 16-bit little-endian word.

  5. anyWord32be :: Parser Word32

    attoparsec-binary Data.Attoparsec.Binary

    Match any 32-bit big-endian word.

  6. anyWord32le :: Parser Word32

    attoparsec-binary Data.Attoparsec.Binary

    Match any 32-bit little-endian word.

  7. anyWord64be :: Parser Word64

    attoparsec-binary Data.Attoparsec.Binary

    Match any 64-bit big-endian word.

  8. anyWord64le :: Parser Word64

    attoparsec-binary Data.Attoparsec.Binary

    Match any 64-bit little-endian word.

  9. anyVR :: VR

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

    Unconstrained version range.

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

    classy-prelude-conduit ClassyPrelude.Conduit

    Check that at least one value in the stream returns True. Subject to shortcut logic: at the first True, consumption of the stream will stop.

Page 76 of many | Previous | Next