definition: |
sortStrings :: [String] -> [String] sortStrings strings = sortBy leqStringIgnoreCase strings |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Sorts a list of strings. |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
sortStrings |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[String] -> [String] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |