CurryInfo: base-3.4.0 / Prelude.reverse

definition: Info
 
reverse :: [a] -> [a]
reverse = foldl (flip (:)) []
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Reverses the order of all elements in a list.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {foldl}}
name: Info
 reverse
precedence: Info
 no precedence defined
result-values: Info
 {foldl}
signature: Info
 [a] -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms