diff options
author | theindigamer <theindigamer15@gmail.com> | 2018-04-14 19:17:04 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-04-17 11:14:44 -0400 |
commit | 4a168043f1b584dc201b5af48870ab6498b8a830 (patch) | |
tree | 059cc37ec9b2704e6f877fc3a4d205e0ae068553 | |
parent | fe325d3dc3750274c742b9814bf7915f17546e7c (diff) | |
download | haskell-4a168043f1b584dc201b5af48870ab6498b8a830.tar.gz |
Fix markup in the UNPACK pragma section of the user's guide.
The ticket 5252 wasn't linked earlier.
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index e2d20333f2..26b7957af3 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -14406,11 +14406,8 @@ See also the :ghc-flag:`-funbox-strict-fields` flag, which essentially has the effect of adding ``{-# UNPACK #-}`` to every strict constructor field. .. [1] - in fact, UNPACK has no effect without - -O - , for technical reasons (see - tick 5252 - ) + In fact, ``UNPACK`` has no effect without :ghc-flag:`-O`, for technical + reasons (see :ghc-ticket:`5252`). .. _nounpack-pragma: |