effective-aspects-0.1.0.0: A monadic embedding of aspect oriented programming

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