Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Derive.DDebug

Description

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 #