Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. noteChannel :: Note -> !Channel

    alsa-seq Sound.ALSA.Sequencer.Event

    No documentation available.

  2. noteDuration :: Note -> !Duration

    alsa-seq Sound.ALSA.Sequencer.Event

    No documentation available.

  3. noteNote :: Note -> !Pitch

    alsa-seq Sound.ALSA.Sequencer.Event

    No documentation available.

  4. noteOffVelocity :: Note -> !Velocity

    alsa-seq Sound.ALSA.Sequencer.Event

    No documentation available.

  5. noteVelocity :: Note -> !Velocity

    alsa-seq Sound.ALSA.Sequencer.Event

    No documentation available.

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

    basic-prelude BasicPrelude

    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. notExists :: SqlQuery () -> SqlExpr (Value Bool)

    esqueleto Database.Esqueleto

    NOT EXISTS operator.

  8. notExists :: SqlQuery () -> SqlExpr (Value Bool)

    esqueleto Database.Esqueleto.Experimental

    NOT EXISTS operator.

  9. notExists :: SqlQuery () -> SqlExpr (Value Bool)

    esqueleto Database.Esqueleto.Internal.Internal

    NOT EXISTS operator.

  10. notExists :: SqlQuery () -> SqlExpr (Value Bool)

    esqueleto Database.Esqueleto.Legacy

    NOT EXISTS operator.

Page 14 of many | Previous | Next