definition: |
skipWhiteSpace :: String -> String skipWhiteSpace = dropWhile isWhiteSpace |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- skip leading blanks or CRs in a string: |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {dropWhile}} |
name: |
skipWhiteSpace |
precedence: |
no precedence defined |
result-values: |
{dropWhile} |
signature: |
String -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |