Safe Haskell | Safe-Inferred |
---|
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
.
Safe Haskell | Safe-Inferred |
---|
Declares Iterable class for handling multi-level, heterogeneous, monomorphic collections that allow nested iteration.
class Iterable a b whereSource
Class for iterating all nested components b
of type a
.