iteratee-0.3.5: Iteratee-based I/O

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'