CurryInfo: curry-interface-2.0.1 / CurryInterface.Parser.skipManyWs

definition:
skipManyWs :: Parser ()
skipManyWs = many ws *> empty
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {<*>._#lambda10}}
name:
skipManyWs
precedence:
no precedence defined
result-values:
{<*>._#lambda10}
signature:
String -> [((), String)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms