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 b424064 commit a608415Copy full SHA for a608415
src/Control/Bind.purs
@@ -77,7 +77,7 @@ instance bindFn :: Bind ((->) r) where
77
-- | -- ... is the same as...
78
-- | [ ("a" <> "c"), ("a" <> "d"), ("b" <> "c"), ("b" <> "d") ]
79
-- | -- which simplifies to...
80
--- | [ "ac", "ad", "bc", "bd"]
+-- | [ "ac", "ad", "bc", "bd" ]
81
-- | ```
82
instance bindArray :: Bind Array where
83
bind = arrayBind
0 commit comments