Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
notElem :: Word8 -> Fold ByteString Boolfoldl Control.Foldl.ByteString (notElem w8) returns False if the byte stream has a byte equal to w8, True otherwise
notElem :: Char -> Fold Text Boolfoldl Control.Foldl.Text (notElem c) returns False if the text stream has a character equal to c, True otherwise
notElemOf :: forall k a (is :: IxList) s . (Is k A_Fold, Eq a) => Optic' k is s a -> a -> s -> Booloptics-core Optics.Fold Does the element not occur anywhere within a given Fold of the structure?
>>> notElemOf each 'd' ('a','b','c') True
>>> notElemOf each 'a' ('a','b','c') False
notElem ≡ notElemOf folded
noTestDataFunc :: Maybe TestDataFuncgi-glib GI.GLib.Callbacks A convenience synonym for Nothing :: Maybe TestDataFunc.
noTestDataFunc_WithClosures :: Maybe TestDataFunc_WithClosuresgi-glib GI.GLib.Callbacks A convenience synonym for Nothing :: Maybe TestDataFunc_WithClosures.
noTestFixtureFunc :: Maybe TestFixtureFuncgi-glib GI.GLib.Callbacks A convenience synonym for Nothing :: Maybe TestFixtureFunc.
noTestFixtureFunc_WithClosures :: Maybe TestFixtureFunc_WithClosuresgi-glib GI.GLib.Callbacks A convenience synonym for Nothing :: Maybe TestFixtureFunc_WithClosures.
-
gi-glib GI.GLib.Callbacks noTestLogFatalFunc :: Maybe TestLogFatalFuncgi-glib GI.GLib.Callbacks A convenience synonym for Nothing :: Maybe TestLogFatalFunc.
noTestLogFatalFunc_WithClosures :: Maybe TestLogFatalFunc_WithClosuresgi-glib GI.GLib.Callbacks A convenience synonym for Nothing :: Maybe TestLogFatalFunc_WithClosures.