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