summaryrefslogtreecommitdiff
path: root/docs/users_guide/using.rst
diff options
context:
space:
mode:
authorTakenobu Tani <takenobu.hs@gmail.com>2018-06-14 09:18:19 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-14 10:03:28 -0400
commit87d691c025fa7cff44717d9a860d40bae2dc4cc9 (patch)
tree9e7cc42b1946efce7efdbe6037b0442f5cbac9ae /docs/users_guide/using.rst
parent5f5d0c9d43bbab922582f437c4a1a3f06ff3fd0e (diff)
downloadhaskell-87d691c025fa7cff44717d9a860d40bae2dc4cc9.tar.gz
users-guide: Fix PtrRepLifted to LiftedRep
Fix `TYPE 'PtrRepLifted` to `TYPE 'LiftedRep` [ci skip] Test Plan: build Reviewers: bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4818
Diffstat (limited to 'docs/users_guide/using.rst')
-rw-r--r--docs/users_guide/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst
index d5544e4c57..4c98e08b4f 100644
--- a/docs/users_guide/using.rst
+++ b/docs/users_guide/using.rst
@@ -806,7 +806,7 @@ messages and in GHCi:
When :ghc-flag:`-fprint-explicit-runtime-reps` is enabled, GHC prints
``RuntimeRep`` type variables for levity-polymorphic types.
- Otherwise GHC will default these to ``PtrRepLifted``. For example,
+ Otherwise GHC will default these to ``LiftedRep``. For example,
.. code-block:: none