CurryInfo: curry-repl-1.2.0 / REPL.Utils.strip

definition:
strip :: String -> String
strip = reverse . dropWhile isSpace . reverse . dropWhile isSpace
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Remove leading and trailing whitespace
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
strip
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