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 :: a -> Bloom a -> Bool

    bloomfilter Data.BloomFilter

    Query an immutable Bloom filter for non-membership. If the value is present, return False. If the value is not present, there is still some possibility that False will be returned.

  2. notElem :: a -> Bloom a -> Bool

    bloomfilter Data.BloomFilter.Easy

    Query an immutable Bloom filter for non-membership. If the value is present, return False. If the value is not present, there is still some possibility that False will be returned.

  3. noTestsProblem :: TargetSelector -> TargetProblem TestProblem

    cabal-install Distribution.Client.CmdTest

    No documentation available.

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

    calligraphy Calligraphy.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 *
    

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

    clash-prelude Clash.HaskellPrelude

    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

    dimensional Numeric.Units.Dimensional.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 *
    

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

    distribution-opensuse OpenSuse.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. noTextCharPredicate :: Maybe TextCharPredicate

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextCharPredicate.

  9. noTextCharPredicate_WithClosures :: Maybe TextCharPredicate_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextCharPredicate_WithClosures.

  10. noTextTagTableForeach :: Maybe TextTagTableForeach

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextTagTableForeach.

Page 35 of many | Previous | Next