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.
notElemSubst :: Var -> Subst -> Boolghc-lib-parser GHC.Core.TyCo.Subst No documentation available.
notElemSubst :: Var -> Subst -> Boolghc-lib-parser GHC.Core.Type No documentation available.
notElem :: (Foldable t, Eq a) => a -> t a -> Boolghc-lib-parser GHC.Prelude.Basic 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 *
notElemSubst :: Var -> Subst -> Boolghc-lib-parser GHC.Tc.Utils.TcType No documentation available.
noteBody :: Lens' DocNote [String]servant-docs Servant.Docs No documentation available.
noteTitle :: Lens' DocNote Stringservant-docs Servant.Docs No documentation available.
notes :: Lens' Action [DocNote]servant-docs Servant.Docs No documentation available.
notesHeading :: Lens' RenderingOptions (Maybe String)servant-docs Servant.Docs No documentation available.
noteBody :: Lens' DocNote [String]servant-docs Servant.Docs.Internal No documentation available.
noteTitle :: Lens' DocNote Stringservant-docs Servant.Docs.Internal No documentation available.