CurryInfo: currydoc-4.0.0 / CurryDoc.Html.sortNames

definition: Info
 
sortNames :: [(a,String)] -> [(a,String)]
sortNames names = sortBy (\(_,n1) (_,n2)->leqStringIgnoreCase n1 n2) names
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 sortNames
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [(a, String)] -> [(a, String)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term