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. notElemSubst :: Var -> Subst -> Bool

    ghc-lib-parser GHC.Core.TyCo.Subst

    No documentation available.

  2. notElemSubst :: Var -> Subst -> Bool

    ghc-lib-parser GHC.Core.Type

    No documentation available.

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

    ghc-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 *
    

  4. notElemSubst :: Var -> Subst -> Bool

    ghc-lib-parser GHC.Tc.Utils.TcType

    No documentation available.

  5. noteBody :: Lens' DocNote [String]

    servant-docs Servant.Docs

    No documentation available.

  6. noteTitle :: Lens' DocNote String

    servant-docs Servant.Docs

    No documentation available.

  7. notes :: Lens' Action [DocNote]

    servant-docs Servant.Docs

    No documentation available.

  8. notesHeading :: Lens' RenderingOptions (Maybe String)

    servant-docs Servant.Docs

    No documentation available.

  9. noteBody :: Lens' DocNote [String]

    servant-docs Servant.Docs.Internal

    No documentation available.

  10. noteTitle :: Lens' DocNote String

    servant-docs Servant.Docs.Internal

    No documentation available.

Page 15 of many | Previous | Next