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.
RegexMatchFlagsNoteol :: RegexMatchFlagsgi-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".
ConnectionNotEstablished :: TLSExceptiontls 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.
onotElem :: MonoFoldable mono => Element mono -> mono -> Boolmono-traversable Data.MonoTraversable Checks if the monomorphic container does not include the supplied element.
-
hlint Language.Haskell.HLint Notes about the effect of applying the replacement.
binotElem :: (Bifoldable t, Eq a) => a -> t a a -> Boolrio 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
GCC_exception_2_0_note :: LicenseExceptionIdCabal-syntax Distribution.SPDX GCC-exception-2.0-note, GCC Runtime Library exception 2.0 - note variant, SPDX License List 3.23
Linux_syscall_note :: LicenseExceptionIdCabal-syntax Distribution.SPDX Linux-syscall-note, Linux Syscall Note
GCC_exception_2_0_note :: LicenseExceptionIdCabal-syntax Distribution.SPDX.LicenseExceptionId GCC-exception-2.0-note, GCC Runtime Library exception 2.0 - note variant, SPDX License List 3.23
Linux_syscall_note :: LicenseExceptionIdCabal-syntax Distribution.SPDX.LicenseExceptionId Linux-syscall-note, Linux Syscall Note
IOErrorEnumNotEmpty :: IOErrorEnumgi-gio GI.Gio.Enums File is a directory that isn't empty.