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