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.
notElem :: Uniquable a => a -> UniqMap b -> Boolclash-lib Clash.Data.UniqMap Check if there is not an entry in the map for the unique of the given value.
notExpr :: Backend backend => Text -> TExpr -> State (BlockState backend) TExprclash-lib Clash.Primitives.DSL Negate (not) an expression, assigning it to a new identifier.
notElem :: (Foldable t, Eq a) => a -> t a -> Booldimensional 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 *
notElem :: (Foldable t, Eq a) => a -> t a -> Booldistribution-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 *
note_event_event_type :: NoteEvent -> Textgitlab-haskell GitLab.SystemHooks.Types No documentation available.
note_event_issue :: NoteEvent -> Maybe IssueEventObjectAttributesgitlab-haskell GitLab.SystemHooks.Types No documentation available.
note_event_object_attributes :: NoteEvent -> NoteObjectAttributesgitlab-haskell GitLab.SystemHooks.Types No documentation available.
note_event_object_kind :: NoteEvent -> Textgitlab-haskell GitLab.SystemHooks.Types No documentation available.
note_event_project :: NoteEvent -> ProjectEventgitlab-haskell GitLab.SystemHooks.Types No documentation available.
note_event_project_id :: NoteEvent -> Intgitlab-haskell GitLab.SystemHooks.Types No documentation available.