Skip to content

Commit 98122cc

Browse files
committed
Removing unused import
1 parent 5dd693d commit 98122cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Data/Coyoneda.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module Data.Coyoneda
1111
import Control.Comonad
1212
import Control.Extend
1313
import Control.Monad.Trans
14-
import Data.Tuple
1514

1615
newtype Coyoneda f a = Coyoneda (forall i. { k :: i -> a , fi :: f i })
1716

0 commit comments

Comments
 (0)