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

definition:
digit :: Parser Char
digit = check isDigit anyChar
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A parser for a digit
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
digit
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
String -> [(Prelude.Char, String)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term