Skip to content

Commit e0a15ee

Browse files
committed
Remove unused imports
1 parent 3fc2d1c commit e0a15ee

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Control/Monad/Free/Trans.purs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ module Control.Monad.Free.Trans
1313

1414
import Prelude
1515

16-
import Data.Maybe
17-
import Data.Tuple
18-
import Data.Exists
19-
import Data.Either (Either(..), either)
16+
import Data.Exists (Exists(), mkExists, runExists)
17+
import Data.Either (Either(..))
2018
import Data.Bifunctor (bimap)
2119

2220
import Control.Bind ((<=<))
23-
import Control.Monad.Trans (MonadTrans, lift)
2421
import Control.Monad.Rec.Class (MonadRec, tailRecM)
22+
import Control.Monad.Trans (MonadTrans)
2523

2624
-- | Instead of implementing `bind` directly, we capture the bind using this data structure, to
2725
-- | evaluate later.

0 commit comments

Comments
 (0)