Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. Test_NotEdgeWord :: WhichTest

    regex-tdfa Text.Regex.TDFA.CorePattern

    \B not word boundary

  2. gnotElem :: (GFoldable t, Eq a) => a -> t a -> Bool

    generic-deriving Generics.Deriving.Foldable

    No documentation available.

  3. RegexMatchFlagsNotempty :: RegexMatchFlags

    gi-glib GI.GLib.Flags

    An empty string is not considered to be a valid match if this option is set. If there are alternatives in the pattern, they are tried. If all the alternatives match the empty string, the entire match fails. For example, if the pattern "a?b?" is applied to a string not beginning with "a" or "b", it matches the empty string at the start of the string. With this flag set, this match is not valid, so GRegex searches further into the string for occurrences of "a" or "b".

  4. RegexMatchFlagsNotemptyAtstart :: RegexMatchFlags

    gi-glib GI.GLib.Flags

    Like RegexMatchFlagsNotempty, but only applied to the start of the matched string. For anchored patterns this can only happen for pattern containing "\K". Since: 2.34

  5. RegexMatchFlagsNoteol :: RegexMatchFlags

    gi-glib GI.GLib.Flags

    Specifies that the end of the subject string is not the end of a line, so the dollar metacharacter should not match it nor (except in multiline mode) a newline immediately before it. Setting this without RegexCompileFlagsMultiline (at compile time) causes dollar never to match. This option affects only the behaviour of the dollar metacharacter, it does not affect "\Z" or "\z".

  6. ConnectionNotEstablished :: TLSException

    tls Network.TLS

    Usage error when the connection has not been established and the user is trying to send or receive data. Indicates that this library has been used incorrectly.

  7. onotElem :: MonoFoldable mono => Element mono -> mono -> Bool

    mono-traversable Data.MonoTraversable

    Checks if the monomorphic container does not include the supplied element.

  8. ideaNote :: Idea -> [Note]

    hlint Language.Haskell.HLint

    Notes about the effect of applying the replacement.

  9. binotElem :: (Bifoldable t, Eq a) => a -> t a a -> Bool

    rio RIO.Prelude

    binotElem is the negation of bielem.

    Examples

    Basic usage:
    >>> binotElem 42 (17, 42)
    False
    
    >>> binotElem 42 (17, 43)
    True
    
    >>> binotElem 42 (Left 42)
    False
    
    >>> binotElem 42 (Right 13)
    True
    
    >>> binotElem 42 (BiList [1..5] [1..100])
    False
    
    >>> binotElem 42 (BiList [1..5] [1..41])
    True
    

  10. GCC_exception_2_0_note :: LicenseExceptionId

    Cabal-syntax Distribution.SPDX

    GCC-exception-2.0-note, GCC Runtime Library exception 2.0 - note variant, SPDX License List 3.23

Page 115 of many | Previous | Next