Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. HostAny :: HostPreference

    streaming-commons Data.Streaming.Network.Internal

    No documentation available.

  2. Many :: [Either String a] -> (ByteString -> Parser a) -> Parser a

    cassava Data.Csv.Incremental

    The parser parsed and converted zero or more records. Any records that failed type conversion are returned as Left errMsg and the rest as Right val. Feed a ByteString to the continuation to continue parsing. Use an empty string to indicate that no more input data is available. If fed an empty string, the continuation is guaranteed to return either Fail or Done.

  3. gany :: GFoldable t => (a -> Bool) -> t a -> Bool

    generic-deriving Generics.Deriving.Foldable

    No documentation available.

  4. getAny :: Any -> Bool

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

  5. ianyOf :: forall k (is :: IxList) i s a . (Is k A_Fold, HasSingleIndex is i) => Optic' k is s a -> (i -> a -> Bool) -> s -> Bool

    optics-core Optics.IxFold

    Return whether or not any element viewed through an IxFold satisfies a predicate, with access to the i. When you don't need access to the index then anyOf is more flexible in what it accepts.

    anyOf o ≡ ianyOf o . const
    

  6. RegexErrorTooManyBranchesInDefine :: RegexError

    gi-glib GI.GLib.Enums

    "DEFINE" group contains more than one branch. Since 2.16

  7. RegexErrorTooManyConditionalBranches :: RegexError

    gi-glib GI.GLib.Enums

    Conditional group contains more than two branches. Since 2.16

  8. RegexErrorTooManyForwardReferences :: RegexError

    gi-glib GI.GLib.Enums

    too many forward references. Since: 2.34

  9. RegexErrorTooManySubpatterns :: RegexError

    gi-glib GI.GLib.Enums

    Too many named subpatterns (maximum 10,000). Since 2.16

  10. UnicodeScriptOsmanya :: UnicodeScript

    gi-glib GI.GLib.Enums

    Osmanya

Page 123 of many | Previous | Next