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

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

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

    mono-traversable Data.MonoTraversable

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

  4. ideaNote :: Idea -> [Note]

    hlint Language.Haskell.HLint

    Notes about the effect of applying the replacement.

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

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

  7. Linux_syscall_note :: LicenseExceptionId

    Cabal-syntax Distribution.SPDX

    Linux-syscall-note, Linux Syscall Note

  8. GCC_exception_2_0_note :: LicenseExceptionId

    Cabal-syntax Distribution.SPDX.LicenseExceptionId

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

  9. Linux_syscall_note :: LicenseExceptionId

    Cabal-syntax Distribution.SPDX.LicenseExceptionId

    Linux-syscall-note, Linux Syscall Note

  10. IOErrorEnumNotEmpty :: IOErrorEnum

    gi-gio GI.Gio.Enums

    File is a directory that isn't empty.

Page 88 of many | Previous | Next