CurryInfo: base-3.4.0 / Data.List.cycle

definition: Info
 
cycle :: [a] -> [a]
cycle xs@(_:_) = ys where ys = xs ++ ys
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Builds an infinite list from a finite one.
failfree: Info
 {:}
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({:}) |-> _}
name: Info
 cycle
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [a] -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term