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.
notElem :: Eq a => a -> NonEmptyVector a -> Boolnonempty-vector Data.Vector.NonEmpty O(n) Check if the non-empty vector does not contain an element (inverse of elem)
>>> notElem 1 $ unsafeFromList [1..3] False
>>> notElem 4 $ unsafeFromList [1..3] True
notEvent :: Notification -> NeovimEventIdnvim-hs Neovim.Plugin.IPC.Classes Event name of the notification.
notElem :: (Foldable t, Eq a) => a -> t a -> BoolLambdaHack Game.LambdaHack.Core.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 -> BoolLambdaHack Game.LambdaHack.Core.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 -> Boolcabal-install-solver Distribution.Solver.Compat.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 *
notElemC :: forall (m :: Type -> Type) a o . (Monad m, Eq a) => a -> ConduitT a o m Boolclassy-prelude-conduit ClassyPrelude.Conduit Are no values in the stream equal to the given value? Stops consuming as soon as a match is found.
-
classy-prelude-conduit ClassyPrelude.Conduit Are no elements in the chunked stream equal to the given element? Stops consuming as soon as a match is found.
-
fakedata Faker.Coffee No documentation available.
notEnoughSpace :: Ptr Word8 -> S -> IO aflat Flat.Decoder.Types No documentation available.
noTextBufferDeserializeFunc :: Maybe TextBufferDeserializeFuncgi-gtk3 GI.Gtk.Callbacks A convenience synonym for Nothing :: Maybe TextBufferDeserializeFunc.