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