Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. noTextTrackCueList :: Maybe TextTrackCueList

    jsaddle-dom JSDOM.Types

    No documentation available.

  2. noTextTrackList :: Maybe TextTrackList

    jsaddle-dom JSDOM.Types

    No documentation available.

  3. notElem :: (Foldable t, Eq a) => a -> t a -> Bool

    listsafe Data.List.Safe

    notElem is the negation of elem.

    Examples

    Basic usage:
    >>> 3 `notElem` []
    True
    
    >>> 3 `notElem` [1,2]
    True
    
    >>> 3 `notElem` [1,2,3,4,5]
    False
    
    For infinite structures, notElem terminates if the value exists at a finite distance from the left side of the structure:
    >>> 3 `notElem` [1..]
    False
    
    >>> 3 `notElem` ([4..] ++ [3])
    * Hangs forever *
    

  4. notElemM :: (Eq a, Monad m) => a -> [a] -> m Bool

    monadlist Control.Monad.ListM

    No documentation available.

  5. notElem :: (Foldable t, Eq a) => a -> t a -> Bool

    verset Verset

    notElem is the negation of elem.

    Examples

    Basic usage:
    >>> 3 `notElem` []
    True
    
    >>> 3 `notElem` [1,2]
    True
    
    >>> 3 `notElem` [1,2,3,4,5]
    False
    
    For infinite structures, notElem terminates if the value exists at a finite distance from the left side of the structure:
    >>> 3 `notElem` [1..]
    False
    
    >>> 3 `notElem` ([4..] ++ [3])
    * Hangs forever *
    

  6. notElem :: (Foldable t, Eq a) => a -> t a -> Bool

    xmonad-contrib XMonad.Config.Prime

    notElem is the negation of elem.

    Examples

    Basic usage:
    >>> 3 `notElem` []
    True
    
    >>> 3 `notElem` [1,2]
    True
    
    >>> 3 `notElem` [1,2,3,4,5]
    False
    
    For infinite structures, notElem terminates if the value exists at a finite distance from the left side of the structure:
    >>> 3 `notElem` [1..]
    False
    
    >>> 3 `notElem` ([4..] ++ [3])
    * Hangs forever *
    

  7. notElem :: (Foldable t, Eq a) => a -> t a -> Bool

    xmonad-contrib XMonad.Prelude

    notElem is the negation of elem.

    Examples

    Basic usage:
    >>> 3 `notElem` []
    True
    
    >>> 3 `notElem` [1,2]
    True
    
    >>> 3 `notElem` [1,2,3,4,5]
    False
    
    For infinite structures, notElem terminates if the value exists at a finite distance from the left side of the structure:
    >>> 3 `notElem` [1..]
    False
    
    >>> 3 `notElem` ([4..] ++ [3])
    * Hangs forever *
    

  8. notEmpty :: HasCallStack => [a] -> NonEmpty a

    xmonad-contrib XMonad.Prelude

    fromList with a better error message. Useful to silence GHC's Pattern match(es) are non-exhaustive warning in places where the programmer knows it's always non-empty, but it's infeasible to express that in the type system.

  9. NotEnoughLines :: [String] -> InvalidRequest

    warp Network.Wai.Handler.Warp

    No documentation available.

  10. NoTermInTypes :: IsTermInTypes

    ghc GHC.Rename.Unbound

    No documentation available.

Page 62 of many | Previous | Next