summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-09-17 15:05:27 +0200
committerAndreas Klebinger <klebinger.andreas@gmx.at>2020-09-17 15:05:27 +0200
commit3c0be85606648205bbee80a705b9b6d15ef06633 (patch)
tree16f8117d09401d10dbe88fec335018d2cb95f476
parentbe0b80ccc8277c31a71a3d59f17e3c6781338b2b (diff)
downloadhaskell-wip/andreask/rts_sizes.tar.gz
Fix a codeblock in ghci.rstwip/andreask/rts_sizes
-rw-r--r--docs/users_guide/ghci.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst
index 9f63e0c50b..5fc5cd549e 100644
--- a/docs/users_guide/ghci.rst
+++ b/docs/users_guide/ghci.rst
@@ -2564,6 +2564,7 @@ commonly used commands.
be used.
.. code-block:: none
+
ghci>:set -XDataKinds -XUndecidableInstances
ghci>import GHC.TypeLits
ghci>class A a