Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. nubSort :: Ord a => [a] -> [a]

    code-conjure Conjure.Utils

    Equivalent to nub . sort but running in O(n log n).

  2. topologicalSort :: forall (edge :: Type -> Type) node edgeLabel nodeLabel . (Edge edge, Ord node) => Graph edge node edgeLabel nodeLabel -> ([node], Graph edge node edgeLabel nodeLabel)

    comfort-graph Data.Graph.Comfort

    >>> mapSnd Graph.nodes $ Graph.topologicalSort $ unlabGraph [] ['a'*->'a']
    ("","a")
    
    >>> mapSnd Graph.nodes $ Graph.topologicalSort $ unlabGraph [] ['a'*->'h', 'a'*->'p', 'g'*->'r', 'p'*->'h', 'r'*->'a']
    ("graph","")
    
    >>> mapSnd Graph.nodes $ Graph.topologicalSort $ unlabGraph [] ['h'*->'a', 'a'*->'p', 'g'*->'r', 'p'*->'h', 'r'*->'a']
    ("gr","ahp")
    

  3. confStyleSortBy :: ConfStyle -> (Name, KeyType) -> (Name, KeyType) -> Ordering

    configurator-export Data.Configurator.Export

    Function to sort keys by, with information on whether or not the key contains a group or a single value.

  4. runSort :: Sort a -> forall b . () => [(a, b)] -> [[b]]

    discrimination Data.Discrimination

    No documentation available.

  5. runSort :: Sort a -> forall b . () => [(a, b)] -> [[b]]

    discrimination Data.Discrimination.Sorting

    No documentation available.

  6. pattern TT_MS_LANGID_SPANISH_SPAIN_MODERN_SORT :: (Eq a, Num a) => a

    freetype2 FreeType.Format.TrueType

    No documentation available.

  7. pattern TT_MS_LANGID_SPANISH_SPAIN_TRADITIONAL_SORT :: (Eq a, Num a) => a

    freetype2 FreeType.Format.TrueType

    No documentation available.

  8. type C_FlowBoxSortFunc = Ptr FlowBoxChild -> Ptr FlowBoxChild -> Ptr () -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  9. type C_ListBoxSortFunc = Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  10. type FlowBoxSortFunc = FlowBoxChild -> FlowBoxChild -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    A function to compare two children to determine which should come first.

Page 183 of many | Previous | Next