mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-11-27 05:43:36 +03:00
whoops
This commit is contained in:
parent
06fa6037a0
commit
c059127810
@ -5,7 +5,6 @@
|
||||
{-# LANGUAGE GADTs #-}
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
{-# LANGUAGE PolyKinds #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
|
||||
module Polysemy.State
|
||||
@ -19,7 +18,6 @@ module Polysemy.State
|
||||
import qualified Control.Monad.Trans.State.Strict as S
|
||||
import Polysemy
|
||||
import Polysemy.Effect
|
||||
import Polysemy.Effect.TH
|
||||
|
||||
|
||||
data State s m a
|
||||
|
Loading…
Reference in New Issue
Block a user