[Git][ghc/ghc][master] base: Use a more appropriate unicode arrow for the ByteArray diagram

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Jun 13 03:08:06 UTC 2024



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
700eeab9 by Hécate Kleidukos at 2024-06-12T23:07:37-04:00
base: Use a more appropriate unicode arrow for the ByteArray diagram

This commit rectifies the usage of a unicode arrow in favour of one that
doesn't provoke mis-alignment.

- - - - -


1 changed file:

- libraries/base/src/Data/Array/Byte.hs


Changes:

=====================================
libraries/base/src/Data/Array/Byte.hs
=====================================
@@ -48,7 +48,7 @@ import Prelude
 -- The memory representation of a 'ByteArray' is:
 --
 -- > ╭─────────────┬───╮  ╭────────┬──────┬─────────╮
--- > │ Constructor │ * ┼─➤│ Header │ Size │ Payload │
+-- > │ Constructor │ * ┼─►│ Header │ Size │ Payload │
 -- > ╰─────────────┴───╯  ╰────────┴──────┴─────────╯
 --
 -- And its overhead is the following:



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/700eeab911d2103ddc95ad428d974355e080bb72

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/700eeab911d2103ddc95ad428d974355e080bb72
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240612/2c607420/attachment.html>


More information about the ghc-commits mailing list