Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. notElem :: Uniquable a => a -> UniqMap b -> Bool

    clash-lib Clash.Data.UniqMap

    Check if there is not an entry in the map for the unique of the given value.

  2. notExpr :: Backend backend => Text -> TExpr -> State (BlockState backend) TExpr

    clash-lib Clash.Primitives.DSL

    Negate (not) an expression, assigning it to a new identifier.

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

    dimensional Numeric.Units.Dimensional.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 *
    

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

    distribution-opensuse OpenSuse.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 *
    

  5. note_event_event_type :: NoteEvent -> Text

    gitlab-haskell GitLab.SystemHooks.Types

    No documentation available.

  6. note_event_issue :: NoteEvent -> Maybe IssueEventObjectAttributes

    gitlab-haskell GitLab.SystemHooks.Types

    No documentation available.

  7. note_event_object_attributes :: NoteEvent -> NoteObjectAttributes

    gitlab-haskell GitLab.SystemHooks.Types

    No documentation available.

  8. note_event_object_kind :: NoteEvent -> Text

    gitlab-haskell GitLab.SystemHooks.Types

    No documentation available.

  9. note_event_project :: NoteEvent -> ProjectEvent

    gitlab-haskell GitLab.SystemHooks.Types

    No documentation available.

  10. note_event_project_id :: NoteEvent -> Int

    gitlab-haskell GitLab.SystemHooks.Types

    No documentation available.

Page 41 of many | Previous | Next