CurryInfo: det-parse-3.0.0 / DetParse.empty

definition: Info
 
empty :: Parser ()
empty = yield ()
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
A parser that consumes no input and results in the unit value.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {yield._#lambda3}}
name: Info
 empty
precedence: Info
 no precedence defined
result-values: Info
 {yield._#lambda3}
signature: Info
 String -> [((), String)]
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms