opentheory-stream-1.49: Infinite stream types

LicenseMIT
MaintainerJoe Leslie-Hurd <joe@gilith.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

OpenTheory.Stream

Description

 

Documentation

nth :: [a] -> Natural -> a Source

naturalTake :: [a] -> Natural -> [a] Source

unfold :: (b -> (a, b)) -> b -> [a] Source