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.
-
regex-tdfa Text.Regex.TDFA.CorePattern \B not word boundary
gnotElem :: (GFoldable t, Eq a) => a -> t a -> Boolgeneric-deriving Generics.Deriving.Foldable No documentation available.
RegexMatchFlagsNotempty :: RegexMatchFlagsgi-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".
RegexMatchFlagsNotemptyAtstart :: RegexMatchFlagsgi-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
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