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. notebookStyleTabCurvature :: NotebookClass self => ReadAttr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    The notebookStyleTabCurvature property defines size of tab curvature. Allowed values: >= 0 Default value: 1

    • Available since Gtk version 2.10

  2. notebookStyleTabOverlap :: NotebookClass self => ReadAttr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    The notebookStyleTabOverlap property defines size of tab overlap area. Default value: 2

    • Available since Gtk version 2.10

  3. notebookTabBorder :: NotebookClass self => WriteAttr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Width of the border around the tab labels. Default value: 2

  4. notebookTabHborder :: NotebookClass self => Attr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Width of the horizontal border of tab labels. Default value: 2

  5. notebookTabPos :: NotebookClass self => Attr self PositionType

    gtk Graphics.UI.Gtk.Layout.Notebook

    Which side of the notebook holds the tabs. Default value: PosTop

  6. notebookTabVborder :: NotebookClass self => Attr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Width of the vertical border of tab labels. Default value: 2

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

    ihaskell IHaskellPrelude

    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 *
    

  8. notebookCells :: Notebook a -> [Cell a]

    ipynb Data.Ipynb

    No documentation available.

  9. notebookFormat :: Notebook a -> (Int, Int)

    ipynb Data.Ipynb

    No documentation available.

  10. notebookMetadata :: Notebook a -> JSONMeta

    ipynb Data.Ipynb

    No documentation available.

Page 31 of many | Previous | Next