apart-0.1.1: Get all your structure and rip it apart.

Safe HaskellSafe
LanguageHaskell2010

Data.Apart.Structures.Stream

Synopsis

Documentation

type Stream = Cofree Identity Source #

Infinite sequence.

same :: a -> Stream a Source #