CurryInfo: base-3.4.0 / Prelude.tail

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