CurryInfo: redblacktree-3.0.0 / Data.Set.RBTree.sortBy

definition: Info
 
sortBy  :: Eq a => (a -> a -> Bool) -> [a] -> [a]
sortBy = RBT.sortBy
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Generic sort based on insertion into red-black trees.
The first argument is the order for the elements.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {sortBy}}
name: Info
 sortBy
precedence: Info
 no precedence defined
result-values: Info
 {sortBy}
signature: Info
 Prelude.Eq a => (a -> a -> Prelude.Bool) -> [a] -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term