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.
class ElementTuple tuple =>
AccessorTuple tuplecomfort-array Data.Array.Comfort.Shape No documentation available.
heapsort :: Ord a => [a] -> [a]fgl Data.Graph.Inductive.Internal.Heap No documentation available.
topsort :: Graph gr => gr a b -> [Node]fgl Data.Graph.Inductive.Query.DFS Topological sorting, i.e. a list of Nodes so that if there's an edge between a source and a target node, the source appears earlier in the result.
topsort' :: Graph gr => gr a b -> [a]fgl Data.Graph.Inductive.Query.DFS topsort, returning only the labels of the nodes.
pattern
FILE_ATTRIBUTE_STANDARD_SORT_ORDER :: Textgi-gio GI.Gio.Constants A key in the "standard" namespace for setting the sort order of a file. Corresponding FileAttributeType is FileAttributeTypeInt32. An example use would be in file managers, which would use this key to set the order files are displayed. Files with smaller sort order should be sorted first, and files without sort order as if sort order was zero.
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.