Instant is
off
|
Search plugin
|
Manual
|
haskell.org
cycle
-bytestring +base
Packages
bytestring
base
cycle
:: [a] -> [a]
base
Prelude
,
base
Data.List
cycle
ties a finite list into a circular one, or equivalently, the infinite repetition of the original list. It is the identity on infinite lists.
©
Neil Mitchell
2004-2012, version 4.2.11