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

definition:
missing :: String -> Parser a
missing name = (\_ -> error (name ++ " not yet implemented"))
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Debug function to fail with an error message of which function is not yet implemented.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {missing._#lambda17}}
name:
missing
precedence:
no precedence defined
result-values:
{missing._#lambda17}
signature:
String -> String -> [(a, String)]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms