mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-12-03 21:13:10 +03:00
removed rogue brittany formatting
This commit is contained in:
parent
d19787c9b7
commit
6d8ac644a8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user