1
1
mirror of https://github.com/google/ormolu.git synced 2024-11-23 14:16:24 +03:00
ormolu/data/examples/import/explicit-imports.hs

3 lines
158 B
Haskell
Raw Normal View History

2019-03-01 01:25:23 +03:00
import qualified MegaModule as M
((>>>), MonadBaseControl, void, MaybeT(..), join, Maybe(Nothing, Just), liftIO, Either, (<<<), Monad(return, (>>=), (>>)))