We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff724b8 commit 8fbe327Copy full SHA for 8fbe327
src/Data/Profunctor/Costar.purs
@@ -46,7 +46,7 @@ instance bindCostar :: Bind (Costar f a) where
46
47
instance monadCostar :: Monad (Costar f a)
48
49
-instance distributiveCostar :: Distributive f => Distributive (Costar f a) where
+instance distributiveCostar :: Distributive (Costar f a) where
50
distribute f = Costar \a -> map (\(Costar g) -> g a) f
51
collect f = distribute <<< map f
52
0 commit comments