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

Safe HaskellSafe
LanguageHaskell2010

Data.Apart.Structures.Tree.Rose

Documentation

type Rose t = Cofree t Source #

construct :: (Functor t, Alternative t) => a -> t a -> Rose t a Source #