Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. anyWord32be :: Parser Word32

    attoparsec-binary Data.Attoparsec.Binary

    Match any 32-bit big-endian word.

  2. anyWord32le :: Parser Word32

    attoparsec-binary Data.Attoparsec.Binary

    Match any 32-bit little-endian word.

  3. anyWord64be :: Parser Word64

    attoparsec-binary Data.Attoparsec.Binary

    Match any 64-bit big-endian word.

  4. anyWord64le :: Parser Word64

    attoparsec-binary Data.Attoparsec.Binary

    Match any 64-bit little-endian word.

  5. anyVR :: VR

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

    Unconstrained version range.

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

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

  8. anyChar :: Parser s Char

    djot Djot.Parse

    Parse any character. Assumes UTF-8 encoding.

  9. any_ :: (OsChar -> Bool) -> OsString -> Bool

    file-io System.File.OsPath.Internal

    No documentation available.

  10. anyFilterNew :: (HasCallStack, MonadIO m) => m AnyFilter

    gi-gtk4 GI.Gtk.Objects.AnyFilter

    Creates a new empty "any" filter. Use multiFilterAppend to add filters to it. This filter matches an item if any of the filters added to it matches the item. In particular, this means that if no filter has been added to it, the filter matches no item.

Page 75 of many | Previous | Next