Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
isSorted :: Ord a => Set a -> Booldhall Dhall.Set >>> isSorted (fromList [2, 1]) False >>> isSorted (fromList [1, 2]) True
nubSort :: Ord a => [a] -> [a]express Data.Express.Utils.List O(n log n). Sorts and remove repetitions. Equivalent to nub . sort.
> nubSort [1,2,3] [1,2,3] > nubSort [3,2,1] [1,2,3] > nubSort [3,2,1,3,2,1] [1,2,3] > nubSort [3,3,1,1,2,2] [1,2,3]
nubSortBy :: (a -> a -> Ordering) -> [a] -> [a]express Data.Express.Utils.List Like nubSort but allows providing a function to compare values.
AnotherCursorType :: Int -> CursorTypegi-gdk3 GI.Gdk.Enums Catch-all for unknown values
-
gi-gdk3 GI.Gdk.Enums Predefined cursors. Note that these IDs are directly taken from the X cursor font, and many of these cursors are either not useful, or are not available on other platforms. The recommended way to create cursors is to use cursorNewFromName.
-
gi-gdk3 GI.Gdk.Enums No documentation available.
CursorTypeBasedArrowDown :: CursorTypegi-gdk3 GI.Gdk.Enums No documentation available.
CursorTypeBasedArrowUp :: CursorTypegi-gdk3 GI.Gdk.Enums No documentation available.
CursorTypeBlankCursor :: CursorTypegi-gdk3 GI.Gdk.Enums Blank cursor. Since 2.16
-
gi-gdk3 GI.Gdk.Enums No documentation available.