Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class (Functor f, Foldable f, ShowConstr f) => Render f where Source #
The stringTree
algebra of a functor. The default instance creates a tree
with the same structure as the term.
Nothing