[commit: packages/base] master: Add newline before two `/Since: 4.7.0.0/` occurences (428304c)
git at git.haskell.org
git at git.haskell.org
Wed Jan 29 12:07:09 UTC 2014
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/428304c06cf9819f49985e7cece5c21c16b9237e/base
>---------------------------------------------------------------
commit 428304c06cf9819f49985e7cece5c21c16b9237e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Jan 29 13:03:29 2014 +0100
Add newline before two `/Since: 4.7.0.0/` occurences
See also `/Since: .../` convention described in
6368362f4486226dee9d54665b4fdffde24e56f1
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
428304c06cf9819f49985e7cece5c21c16b9237e
GHC/TypeLits.hs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/GHC/TypeLits.hs b/GHC/TypeLits.hs
index c572dda..e85b36c 100644
--- a/GHC/TypeLits.hs
+++ b/GHC/TypeLits.hs
@@ -174,6 +174,7 @@ type family (m :: Nat) - (n :: Nat) :: Nat
-- | We either get evidence that this function was instantiated with the
-- same type-level numbers, or 'Nothing'.
+--
-- /Since: 4.7.0.0/
sameNat :: (KnownNat a, KnownNat b) =>
Proxy a -> Proxy b -> Maybe (a :~: b)
@@ -183,6 +184,7 @@ sameNat x y
-- | We either get evidence that this function was instantiated with the
-- same type-level symbols, or 'Nothing'.
+--
-- /Since: 4.7.0.0/
sameSymbol :: (KnownSymbol a, KnownSymbol b) =>
Proxy a -> Proxy b -> Maybe (a :~: b)
More information about the ghc-commits
mailing list