yoko-0.2: generic programming with disbanded constructors

Portabilitysee LANGUAGE pragmas (... GHC)
Stabilityexperimental
Maintainernicolas.frisby@gmail.com

Type.Yoko.TSTSS

Description

Classes for * -> * -> * types.

Documentation

class FunctorTSTSS ff whereSource

Methods

fmapTSTSS :: (a -> c) -> (b -> d) -> ff a b -> ff c dSource

class TraversableTSTSS ff whereSource

Methods

traverseTSTSS :: Applicative i => (a -> i c) -> (b -> i d) -> ff a b -> i (ff c d)Source