Safe Haskell | Safe-Inferred |
---|
Utilities to debug derivers. These are intended for temporary use via Util.Debug. They're not in a test because I wind up putting them in call definitions, and non-test code can't link test modules.
Documentation
apply_sub :: Functor f => (a -> f b) -> SubT.EventT a -> f (SubT.EventT b) Source #