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.
pattern
SortSpec_SortOrder_Descending :: SortSpec_SortOrdergogol-sheets Gogol.Sheets.Types Sort descending.
pattern
SortSpec_SortOrder_SORTORDERUNSPECIFIED :: SortSpec_SortOrdergogol-sheets Gogol.Sheets.Types Default value, do not use this.
-
natural-sort Algorithms.NaturalSort No documentation available.
-
sphinx Text.Search.Sphinx.Types No documentation available.
module XMonad.Layout.
SortedLayout A LayoutModifier that sorts the windows in another layout, given a list of properties. The order of properties in the list determines the order of windows in the final layout. Any unmatched windows go to the end of the order.
-
base Type.Reflection.Unsafe No documentation available.
-
base GHC.Base No documentation available.
c_sort :: Ptr Word8 -> CSize -> IO ()bytestring Data.ByteString.Internal No documentation available.
reverseTopSort :: Graph -> [Vertex]containers Data.Graph -
containers Data.Graph A topological sort of the graph. The order is partially specified by the condition that a vertex i precedes j whenever j is reachable from i but not vice versa. Note: A topological sort exists only when there are no cycles in the graph. If the graph has cycles, the output of this function will not be a topological sort. In such a case consider using scc.