[commit: ghc] master: Insert missing blank line to fix Applicative doc (43b0c2c)

git at git.haskell.org git at git.haskell.org
Thu Aug 17 20:43:44 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/43b0c2c13c681033a1ceba25ea90dfbf9a17e2e9/ghc

>---------------------------------------------------------------

commit 43b0c2c13c681033a1ceba25ea90dfbf9a17e2e9
Author: David Luposchainsky <dluposchainsky at gmail.com>
Date:   Fri Aug 11 12:31:23 2017 +0200

    Insert missing blank line to fix Applicative doc


>---------------------------------------------------------------

43b0c2c13c681033a1ceba25ea90dfbf9a17e2e9
 libraries/base/GHC/Base.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/base/GHC/Base.hs b/libraries/base/GHC/Base.hs
index ffcd7ff..7883e36 100644
--- a/libraries/base/GHC/Base.hs
+++ b/libraries/base/GHC/Base.hs
@@ -379,6 +379,7 @@ class  Functor f  where
 -- the same as their default definitions:
 --
 --      @('<*>') = 'liftA2' 'id'@
+--
 --      @'liftA2' f x y = f '<$>' x '<*>' y@
 --
 -- Further, any definition must satisfy the following:



More information about the ghc-commits mailing list