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.
-
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.
notElem :: (Foldable t, Eq a) => a -> t a -> Boolconstrained-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 *
notElem :: (Foldable t, Eq a) => a -> t a -> Boolconstrained-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 *
notElem :: (Foldable t, Eq a) => a -> t a -> Boolcopilot-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 *
-
dobutokO2 DobutokO.Sound.Functional.Basics Vector of musical notes in Hz.
notElemSubst :: Var -> Subst -> Boolghc-lib GHC.Plugins No documentation available.
noTerminalSpawnAsyncCallback :: Maybe TerminalSpawnAsyncCallbackgi-vte GI.Vte.Callbacks A convenience synonym for Nothing :: Maybe TerminalSpawnAsyncCallback.
noTerminalSpawnAsyncCallback_WithClosures :: Maybe TerminalSpawnAsyncCallback_WithClosuresgi-vte GI.Vte.Callbacks A convenience synonym for Nothing :: Maybe TerminalSpawnAsyncCallback_WithClosures.
noteId :: MarketplaceNote -> Maybe Textgogol-adexchange-buyer Gogol.AdExchangeBuyer The unique id for the note. (readonly)
notes :: AddOrderNotesRequest -> Maybe [MarketplaceNote]gogol-adexchange-buyer Gogol.AdExchangeBuyer The list of notes to add.