CurryInfo: base-3.4.0 / Prelude.head

definition: Info
 
head :: [a] -> a
head (x:_) = x
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Computes the first element of a list.
failfree: Info
 {:}
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({:}) |-> _}
name: Info
 head
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