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. anyWord16le :: Parser Word16

    attoparsec-binary Data.Attoparsec.Binary

    Match any 16-bit little-endian word.

  2. anyWord32be :: Parser Word32

    attoparsec-binary Data.Attoparsec.Binary

    Match any 32-bit big-endian word.

  3. anyWord32le :: Parser Word32

    attoparsec-binary Data.Attoparsec.Binary

    Match any 32-bit little-endian word.

  4. anyWord64be :: Parser Word64

    attoparsec-binary Data.Attoparsec.Binary

    Match any 64-bit big-endian word.

  5. anyWord64le :: Parser Word64

    attoparsec-binary Data.Attoparsec.Binary

    Match any 64-bit little-endian word.

  6. anyVR :: VR

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

    Unconstrained version range.

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

  8. anyCE :: forall (m :: Type -> Type) mono o . (Monad m, MonoFoldable mono) => (Element mono -> Bool) -> ConduitT mono o m Bool

    classy-prelude-conduit ClassyPrelude.Conduit

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

  9. anyChar :: Parser s Char

    djot Djot.Parse

    Parse any character. Assumes UTF-8 encoding.

  10. anyoneCanPay :: SigHash -> Bool

    haskoin-core Haskoin.Script.SigHash

    Is the SIGHASH_ANYONECANPAY flag set?

Page 75 of many | Previous | Next