[commit: ghc] wip/names3: KnownUniques: Satisfy haddock (196711b)

git at git.haskell.org git at git.haskell.org
Thu Sep 8 18:52:36 UTC 2016


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

On branch  : wip/names3
Link       : http://ghc.haskell.org/trac/ghc/changeset/196711ba4a49a71e41040caac6bc23bddb5b0b70/ghc

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

commit 196711ba4a49a71e41040caac6bc23bddb5b0b70
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Aug 25 11:12:54 2016 -0400

    KnownUniques: Satisfy haddock


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

196711ba4a49a71e41040caac6bc23bddb5b0b70
 compiler/prelude/KnownUniques.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/prelude/KnownUniques.hs b/compiler/prelude/KnownUniques.hs
index e87a489..f1fa1bf 100644
--- a/compiler/prelude/KnownUniques.hs
+++ b/compiler/prelude/KnownUniques.hs
@@ -123,7 +123,7 @@ getCTupleDataConUnique n =
 -- Normal tuples
 
 mkTupleDataConUnique :: Boxity -> Arity -> Unique
-mkTupleDataConUnique Boxed          a = mkUnique '7' (3*a)    -- *may* be used in C labels
+mkTupleDataConUnique Boxed          a = mkUnique '7' (3*a)    -- may be used in C labels
 mkTupleDataConUnique Unboxed        a = mkUnique '8' (3*a)
 
 mkTupleTyConUnique :: Boxity -> Arity -> Unique



More information about the ghc-commits mailing list