iteratee-0.3.4: Iteratee-based I/O

Data.Iteratee.Base.LooseMap

Synopsis

Documentation

class LooseMap c el el' whereSource

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'Source