diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2020-09-17 15:05:27 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-19 15:50:33 -0400 |
commit | 2ae0edbdfaf920d0c4da4edf721b947e11eb054c (patch) | |
tree | d8c8ea28bc132a87c19188eed88cb5f43878a0ad /docs | |
parent | 8f8d51f137ffcdbc4432febc5d1a11a564807b1b (diff) | |
download | haskell-2ae0edbdfaf920d0c4da4edf721b947e11eb054c.tar.gz |
Fix a codeblock in ghci.rst
Diffstat (limited to 'docs')
-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 |