diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2020-09-17 15:05:27 +0200 |
---|---|---|
committer | Andreas Klebinger <klebinger.andreas@gmx.at> | 2020-09-17 15:05:27 +0200 |
commit | 3c0be85606648205bbee80a705b9b6d15ef06633 (patch) | |
tree | 16f8117d09401d10dbe88fec335018d2cb95f476 | |
parent | be0b80ccc8277c31a71a3d59f17e3c6781338b2b (diff) | |
download | haskell-wip/andreask/rts_sizes.tar.gz |
Fix a codeblock in ghci.rstwip/andreask/rts_sizes
-rw-r--r-- | docs/users_guide/ghci.rst | 1 |
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 |