opentheory-1.61: The Haskell base

Portabilityportable
Stabilityprovisional
MaintainerJoe Hurd <joe@gilith.com>
Safe HaskellSafe-Infered

OpenTheory.Data.Stream

Description

 

Documentation

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

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