CurryInfo: queue-3.0.0 / Data.Queue.empty

definition:
empty :: Queue _
empty = S 0 [] 0 []
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The empty queue.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {S}}
name:
empty
precedence:
no precedence defined
result-values:
{S}
signature:
Queue a
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms