definition: |
stripSpaces :: String -> String stripSpaces = reverse . dropWhile isSpace . reverse . dropWhile isSpace |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Strips leading and tailing spaces: |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
stripSpaces |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
String -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |