We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15abcd commit afb2961Copy full SHA for afb2961
src/content/1.8/code/haskell/snippet10.hs
@@ -1,3 +1,3 @@
1
instance (Bifunctor bf, Functor fu, Functor gu) =>
2
Bifunctor (BiComp bf fu gu) where
3
- bimap f1 f2 (BiComp x) = BiComp ((bimap (fmap f1) (fmap f2)) x)
+ bimap f1 f2 (BiComp x) = BiComp (bimap (fmap f1) (fmap f2) x)
0 commit comments