1module MultiParam where
2
3foo :: MonadError e m => e -> m ()
4foo = undefined
5