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.

  1. SortFlagsCaseSensitive :: SortFlags

    gi-gtksource5 GI.GtkSource.Flags

    case sensitive sort

  2. SortFlagsNone :: SortFlags

    gi-gtksource5 GI.GtkSource.Flags

    no flags specified

  3. SortFlagsRemoveDuplicates :: SortFlags

    gi-gtksource5 GI.GtkSource.Flags

    remove duplicates

  4. SortFlagsReverseOrder :: SortFlags

    gi-gtksource5 GI.GtkSource.Flags

    sort in reverse order

  5. data SortBy

    gitlab-haskell GitLab.Types

    Sort objects in ascending or descending order

  6. SortedStrategy :: forall idx a . MergingIndex idx => (a -> idx) -> (idx -> MergingStrategy a) -> MergingStrategy a

    grisette Grisette.Core

    Sorted mergeable strategy. For Integers, we can implement its merge strategy as follows:

    SortedStrategy id (\_ -> SimpleStrategy $ \_ t _ -> t)
    
    For Maybe SymBool, we can implement its merge strategy as follows:
    SortedStrategy
    (\case; Nothing -> False; Just _ -> True)
    (\idx ->
    if idx
    then SimpleStrategy $ \_ t _ -> t
    else SimpleStrategy $ \cond (Just l) (Just r) -> Just $ symIte cond l r)
    

  7. SortedStrategy :: forall idx a . MergingIndex idx => (a -> idx) -> (idx -> MergingStrategy a) -> MergingStrategy a

    grisette Grisette.Internal.Core.Data.Class.Mergeable

    Sorted mergeable strategy. For Integers, we can implement its merge strategy as follows:

    SortedStrategy id (\_ -> SimpleStrategy $ \_ t _ -> t)
    
    For Maybe SymBool, we can implement its merge strategy as follows:
    SortedStrategy
    (\case; Nothing -> False; Just _ -> True)
    (\idx ->
    if idx
    then SimpleStrategy $ \_ t _ -> t
    else SimpleStrategy $ \cond (Just l) (Just r) -> Just $ symIte cond l r)
    

  8. SortAscending :: SortType

    gtk3 Graphics.UI.Gtk.General.Enums

    No documentation available.

  9. SortDescending :: SortType

    gtk3 Graphics.UI.Gtk.General.Enums

    No documentation available.

  10. data SortType

    gtk3 Graphics.UI.Gtk.General.Enums

    No documentation available.

Page 89 of many | Previous | Next