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

Safe HaskellSafe
LanguageHaskell2010

Data.Apart.Machinery.Moore

Documentation

type Moore a b = Cofree ((->) b) a Source #

dumb :: a -> Moore a a Source #