|
Data.Iteratee.Base.LooseMap |
|
|
|
Synopsis |
|
|
|
Documentation |
|
class LooseMap c el el' where |
Enable map functions for containers that require class contexts on the
element types. There's really no reason to ever use this with
types that are fully polymorphic, such as Lists.
| | Methods | looseMap :: (el -> el') -> c el -> c el' |
|
|
|
Produced by Haddock version 2.7.2 |