[commit: ghc] master: Fix typo in Data.Bitraverse Haddocks (9bc2233)
git at git.haskell.org
git at git.haskell.org
Fri Jun 24 18:44:43 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9bc22330dea6a89109b5537ad52ea9669384a49e/ghc
>---------------------------------------------------------------
commit 9bc22330dea6a89109b5537ad52ea9669384a49e
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Fri Jun 24 14:40:42 2016 -0400
Fix typo in Data.Bitraverse Haddocks
>---------------------------------------------------------------
9bc22330dea6a89109b5537ad52ea9669384a49e
libraries/base/Data/Bitraversable.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/Data/Bitraversable.hs b/libraries/base/Data/Bitraversable.hs
index 7e64bb5..42e9635 100644
--- a/libraries/base/Data/Bitraversable.hs
+++ b/libraries/base/Data/Bitraversable.hs
@@ -130,7 +130,7 @@ bimapM = bitraverse
-- | Sequences all the actions in a structure, building a new structure with
-- the same shape using the results of the actions. For a version that ignores
--- the results, see 'sequence_'.
+-- the results, see 'bisequence_'.
--
-- @'bisequence' ≡ 'bitraverse' 'id' 'id'@
--
More information about the ghc-commits
mailing list