removed rogue brittany formatting

This commit is contained in:
Keagan McClelland 2019-04-11 16:17:26 -06:00
parent d19787c9b7
commit 6d8ac644a8

View File

@ -1,6 +1,6 @@
module Polysemy
( -- * Core Types
Semantic()
Semantic ()
, Sem
, Member
@ -9,7 +9,7 @@ module Polysemy
, runM
-- * Interoperating With Other Monads
, Lift()
, Lift ()
, sendM
-- * Lifting
@ -113,13 +113,12 @@ module Polysemy
-- * Reexports
, Typeable
)
where
) where
import Data.Typeable
import Polysemy.Internal
import Polysemy.Internal.Combinators
import Polysemy.Internal.TH.Effect
import Polysemy.Internal.TH.Performance
import Polysemy.Internal.Tactics
import Data.Typeable
import Polysemy.Internal
import Polysemy.Internal.Combinators
import Polysemy.Internal.TH.Effect
import Polysemy.Internal.TH.Performance
import Polysemy.Internal.Tactics