effective-aspects-mzv-0.1.0.1: A monadic embedding of aspect oriented programming, using "Monads, Zippers and Views" instead of mtl.

Safe HaskellNone

AOP.Internal.Typeable1Monad

Synopsis

Documentation

class (Typeable1 m, Monad m) => Typeable1Monad m Source

Support for PolyTypeable when using monads and monad transformers

Instances