Skip to content

Commit 8fbe327

Browse files
committed
Remove unnecessary constraint
1 parent ff724b8 commit 8fbe327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Profunctor/Costar.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ instance bindCostar :: Bind (Costar f a) where
4646

4747
instance monadCostar :: Monad (Costar f a)
4848

49-
instance distributiveCostar :: Distributive f => Distributive (Costar f a) where
49+
instance distributiveCostar :: Distributive (Costar f a) where
5050
distribute f = Costar \a -> map (\(Costar g) -> g a) f
5151
collect f = distribute <<< map f
5252

0 commit comments

Comments
 (0)