CurryInfo: curry-source-1.2.0 / Language.Curry.StringClassifier.scan

definition:
scan :: [Char] -> Tokens
scan s = modHead id (stateScan 1 (Code x) x s) where x free
demand:
argument 1
deterministic:
possibly non-deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
scan
precedence:
no precedence defined
result-values:
_
signature:
String -> [Token]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term