CurryInfo: redblacktree-3.0.0 / Data.RedBlackTree.sortBy

definition: Info
 
sortBy :: Eq a => (a -> a -> Bool) -> [a] -> [a]
sortBy cmp xs = toList (foldr update (empty (\_ _->False) (==) cmp) xs)
demand: Info
 argument 3
deterministic: Info
 deterministic operation
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 sortBy
precedence: Info
 no precedence defined
result-values: Info
 _
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