Hoogle Search

Within LTS Haskell 24.31 (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. noTextCharPredicate :: Maybe TextCharPredicate

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextCharPredicate.

  6. noTextCharPredicate_WithClosures :: Maybe TextCharPredicate_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextCharPredicate_WithClosures.

  7. noTextTagTableForeach :: Maybe TextTagTableForeach

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextTagTableForeach.

  8. noTextTagTableForeach_WithClosures :: Maybe TextTagTableForeach_WithClosures

    gi-gtk4 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextTagTableForeach_WithClosures.

  9. notebookAppendPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Appends a page to notebook.

  10. notebookAppendPageMenu :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => a -> b -> Maybe c -> Maybe d -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Appends a page to notebook, specifying the widget to use as the label in the popup menu.

Page 36 of many | Previous | Next