1
1
mirror of https://github.com/google/ormolu.git synced 2024-11-23 22:27:16 +03:00
ormolu/data/examples/import/explicit-imports.hs
2019-03-21 14:45:06 +01:00

3 lines
158 B
Haskell

import qualified MegaModule as M
((>>>), MonadBaseControl, void, MaybeT(..), join, Maybe(Nothing, Just), liftIO, Either, (<<<), Monad(return, (>>=), (>>)))