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.

  1. class ElementTuple tuple => AccessorTuple tuple

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  2. heapsort :: Ord a => [a] -> [a]

    fgl Data.Graph.Inductive.Internal.Heap

    No documentation available.

  3. 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.

  4. topsort' :: Graph gr => gr a b -> [a]

    fgl Data.Graph.Inductive.Query.DFS

    topsort, returning only the labels of the nodes.

  5. pattern FILE_ATTRIBUTE_STANDARD_SORT_ORDER :: Text

    gi-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.

  6. 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

  7. 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

  8. 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

  9. fileInfoGetSortOrder :: (HasCallStack, MonadIO m, IsFileInfo a) => a -> m Int32

    gi-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.

  10. 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.

Page 106 of many | Previous | Next