CurryInfo: queue-3.0.0 / Data.Queue.listToDeq

definition:
listToDeq :: [a] -> Queue a
listToDeq xs = check (length xs) xs 0 []
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Transforms a list to a double ended queue.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {S}}
name:
listToDeq
precedence:
no precedence defined
result-values:
{S}
signature:
[a] -> Queue a
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term