CurryInfo: queue-3.0.0 / Data.Queue.deqLast

definition:
deqLast :: Queue a -> a
deqLast (S _ f lenr r) = head (if lenr == 0 then f else r)
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- The last element of the queue.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({S}) |-> _}
name:
deqLast
precedence:
no precedence defined
result-values:
_
signature:
Queue a -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term