imp-1.0.2.0: A GHC plugin for automatically importing modules.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Imp

Documentation

overData :: (Data a, Monad m) => (forall b. Data b => b -> m b) -> a -> m a Source #