Safe Haskell | Safe-Inferred |
---|
Data.Iterable
Description
Declares Iterable class for handling multi-level, heterogeneous, monomorphic collections that allow nested iteration.
Documentation
class Iterable a b whereSource
Class for iterating all nested components b
of type a
.