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.
-
attoparsec-binary Data.Attoparsec.Binary Match any 32-bit big-endian word.
-
attoparsec-binary Data.Attoparsec.Binary Match any 32-bit little-endian word.
-
attoparsec-binary Data.Attoparsec.Binary Match any 64-bit big-endian word.
-
attoparsec-binary Data.Attoparsec.Binary Match any 64-bit little-endian word.
-
cabal-install-solver Distribution.Solver.Modular.Version Unconstrained version range.
anyC :: forall (m :: Type -> Type) a o . Monad m => (a -> Bool) -> ConduitT a o m Boolclassy-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.
-
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.
-
djot Djot.Parse Parse any character. Assumes UTF-8 encoding.
any_ :: (OsChar -> Bool) -> OsString -> Boolfile-io System.File.OsPath.Internal No documentation available.
anyFilterNew :: (HasCallStack, MonadIO m) => m AnyFiltergi-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.