Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
driveGetSortKey :: (HasCallStack, MonadIO m, IsDrive a) => a -> m (Maybe Text)gi-gio GI.Gio.Interfaces.Drive Gets the sort key for drive, if any. Since: 2.32
mountGetSortKey :: (HasCallStack, MonadIO m, IsMount a) => a -> m (Maybe Text)gi-gio GI.Gio.Interfaces.Mount Gets the sort key for mount, if any. Since: 2.32
volumeGetSortKey :: (HasCallStack, MonadIO m, IsVolume a) => a -> m (Maybe Text)gi-gio GI.Gio.Interfaces.Volume Gets the sort key for volume, if any. Since: 2.32
fileInfoGetSortOrder :: (HasCallStack, MonadIO m, IsFileInfo a) => a -> m Int32gi-gio GI.Gio.Objects.FileInfo Gets the value of the sort_order attribute from the FileInfo. See FILE_ATTRIBUTE_STANDARD_SORT_ORDER. It is an error to call this if the FileInfo does not contain FILE_ATTRIBUTE_STANDARD_SORT_ORDER.
fileInfoSetSortOrder :: (HasCallStack, MonadIO m, IsFileInfo a) => a -> Int32 -> m ()gi-gio GI.Gio.Objects.FileInfo Sets the sort order attribute in the file info structure. See FILE_ATTRIBUTE_STANDARD_SORT_ORDER.
-
gi-gio GI.Gio.Objects.ListStore Inserts item into store at a position to be determined by the compareFunc. The list must already be sorted before calling this function or the result is undefined. Usually you would approach this by only ever inserting items by way of this function. This function takes a ref on item. Since: 2.44
listStoreSort :: (HasCallStack, MonadIO m, IsListStore a) => a -> CompareDataFunc -> m ()gi-gio GI.Gio.Objects.ListStore Sort the items in store according to compareFunc. Since: 2.46
-
hedis Database.Redis Redis default SortOpts. Equivalent to omitting all optional parameters.
SortOpts { sortBy = Nothing -- omit the BY option , sortLimit = (0,-1) -- return entire collection , sortGet = [] -- omit the GET option , sortOrder = Asc -- sort in ascending order , sortAlpha = False -- sort numerically, not lexicographically } -
hedis Database.Redis.Sentinel Redis default SortOpts. Equivalent to omitting all optional parameters.
SortOpts { sortBy = Nothing -- omit the BY option , sortLimit = (0,-1) -- return entire collection , sortGet = [] -- omit the GET option , sortOrder = Asc -- sort in ascending order , sortAlpha = False -- sort numerically, not lexicographically } getSortedList :: SortedList a -> [a]diagrams-core Diagrams.Core Project the (guaranteed sorted) list out of a SortedList wrapper.