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.

  1. notElem :: Word8 -> Fold ByteString Bool

    foldl Control.Foldl.ByteString

    (notElem w8) returns False if the byte stream has a byte equal to w8, True otherwise

  2. notElem :: Char -> Fold Text Bool

    foldl Control.Foldl.Text

    (notElem c) returns False if the text stream has a character equal to c, True otherwise

  3. notElemOf :: forall k a (is :: IxList) s . (Is k A_Fold, Eq a) => Optic' k is s a -> a -> s -> Bool

    optics-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
    
    notElemnotElemOf folded
    

  4. noTestDataFunc :: Maybe TestDataFunc

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe TestDataFunc.

  5. noTestDataFunc_WithClosures :: Maybe TestDataFunc_WithClosures

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe TestDataFunc_WithClosures.

  6. noTestFixtureFunc :: Maybe TestFixtureFunc

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe TestFixtureFunc.

  7. noTestFixtureFunc_WithClosures :: Maybe TestFixtureFunc_WithClosures

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe TestFixtureFunc_WithClosures.

  8. noTestFunc :: Maybe TestFunc

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe TestFunc.

  9. noTestLogFatalFunc :: Maybe TestLogFatalFunc

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe TestLogFatalFunc.

  10. noTestLogFatalFunc_WithClosures :: Maybe TestLogFatalFunc_WithClosures

    gi-glib GI.GLib.Callbacks

    A convenience synonym for Nothing :: Maybe TestLogFatalFunc_WithClosures.

Page 9 of many | Previous | Next