summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-09-17 15:05:27 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-19 15:50:33 -0400
commit2ae0edbdfaf920d0c4da4edf721b947e11eb054c (patch)
treed8c8ea28bc132a87c19188eed88cb5f43878a0ad
parent8f8d51f137ffcdbc4432febc5d1a11a564807b1b (diff)
downloadhaskell-2ae0edbdfaf920d0c4da4edf721b947e11eb054c.tar.gz
Fix a codeblock in ghci.rst
-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