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.
noteChannel :: Note -> !Channelalsa-seq Sound.ALSA.Sequencer.Event No documentation available.
noteDuration :: Note -> !Durationalsa-seq Sound.ALSA.Sequencer.Event No documentation available.
-
alsa-seq Sound.ALSA.Sequencer.Event No documentation available.
noteOffVelocity :: Note -> !Velocityalsa-seq Sound.ALSA.Sequencer.Event No documentation available.
noteVelocity :: Note -> !Velocityalsa-seq Sound.ALSA.Sequencer.Event No documentation available.
notElem :: (Foldable t, Eq a) => a -> t a -> Boolbasic-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 *
notExists :: SqlQuery () -> SqlExpr (Value Bool)esqueleto Database.Esqueleto NOT EXISTS operator.
notExists :: SqlQuery () -> SqlExpr (Value Bool)esqueleto Database.Esqueleto.Experimental NOT EXISTS operator.
notExists :: SqlQuery () -> SqlExpr (Value Bool)esqueleto Database.Esqueleto.Internal.Internal NOT EXISTS operator.
notExists :: SqlQuery () -> SqlExpr (Value Bool)esqueleto Database.Esqueleto.Legacy NOT EXISTS operator.