debian-3.83.3: Modules for working with the Debian package system

Safe HaskellNone
LanguageHaskell98

Debian.Loc

Documentation

mapExn :: forall e m a. (MonadCatch m, Exception e) => m a -> (e -> e) -> m a Source