Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. notEmpty :: forall (m :: Type -> Type) a e . (Monad m, HasLength a) => e -> ValidationRuleT e m a

    validate-input Data.Validator

    Specialized minLength with N = 1

  2. notes :: BBDB -> Maybe Note

    bbdb Database.BBDB

    No documentation available.

  3. notElem :: (MonoFoldable mono, Eq (Element mono)) => Element mono -> mono -> Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    Synonym for onotElem

  4. notElemC :: forall (m :: Type -> Type) a o . (Monad m, Eq a) => a -> ConduitT a o m Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    Are no values in the stream equal to the given value? Stops consuming as soon as a match is found.

  5. notElemCE :: forall (m :: Type -> Type) seq o . (Monad m, IsSequence seq, Eq (Element seq)) => Element seq -> ConduitT seq o m Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    Are no elements in the chunked stream equal to the given element? Stops consuming as soon as a match is found.

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

    constrained-categories Control.Category.Constrained.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

    constrained-categories Control.Category.Hask

    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. notElem :: (Foldable t, Eq a) => a -> t a -> Bool

    copilot-language Copilot.Language.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 *
    

  9. notes :: Vector Float

    dobutokO2 DobutokO.Sound.Functional.Basics

    Vector of musical notes in Hz.

  10. notElemSubst :: Var -> Subst -> Bool

    ghc-lib GHC.Plugins

    No documentation available.

Page 55 of many | Previous | Next