Skip to content
This repository was archived by the owner on May 24, 2018. It is now read-only.

Commit 61b482c

Browse files
committed
Merge pull request #10 from tfausak/patch-1
Remove unused imports
2 parents 711e649 + 9832723 commit 61b482c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/Control/Arrow.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module Control.Arrow where
55
import Prelude
66

77
import Data.Profunctor.Strong
8-
import Data.Tuple (Tuple(..), swap)
98

109
-- | The `Arrow` type class combines the operations of a `Category` with those of
1110
-- | a `Strong` profunctor.

src/Control/Arrow/Kleisli.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Prelude
66

77
import Data.Profunctor
88
import Data.Profunctor.Strong
9-
import Data.Tuple (Tuple(..), swap)
9+
import Data.Tuple (Tuple(..))
1010

1111
import Control.Arrow
1212
import Control.Plus

src/Control/Arrow/Static.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import Prelude
77
import Data.Profunctor
88
import Data.Profunctor.Strong
99
import Data.Profunctor.Choice
10-
import Data.Tuple (Tuple(..))
1110

1211
import Control.Arrow
1312

0 commit comments

Comments
 (0)