CurryInfo: base-3.3.0 / Prelude.tail

definition:
tail :: [a] -> [a]
tail (_:xs) = xs
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Computes the remaining elements of a list.
failfree:
{:}
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({:}) |-> _}
name:
tail
precedence:
no precedence defined
result-values:
_
signature:
[a] -> [a]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term