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.
notebookStyleTabCurvature :: NotebookClass self => ReadAttr self Intgtk 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
notebookStyleTabOverlap :: NotebookClass self => ReadAttr self Intgtk Graphics.UI.Gtk.Layout.Notebook The notebookStyleTabOverlap property defines size of tab overlap area. Default value: 2
- Available since Gtk version 2.10
notebookTabBorder :: NotebookClass self => WriteAttr self Intgtk Graphics.UI.Gtk.Layout.Notebook Width of the border around the tab labels. Default value: 2
notebookTabHborder :: NotebookClass self => Attr self Intgtk Graphics.UI.Gtk.Layout.Notebook Width of the horizontal border of tab labels. Default value: 2
notebookTabPos :: NotebookClass self => Attr self PositionTypegtk Graphics.UI.Gtk.Layout.Notebook Which side of the notebook holds the tabs. Default value: PosTop
notebookTabVborder :: NotebookClass self => Attr self Intgtk Graphics.UI.Gtk.Layout.Notebook Width of the vertical border of tab labels. Default value: 2
notElem :: (Foldable t, Eq a) => a -> t a -> Boolihaskell 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 *
notebookCells :: Notebook a -> [Cell a]ipynb Data.Ipynb No documentation available.
notebookFormat :: Notebook a -> (Int, Int)ipynb Data.Ipynb No documentation available.
notebookMetadata :: Notebook a -> JSONMetaipynb Data.Ipynb No documentation available.