diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2021-12-21 21:03:29 +0100 |
---|---|---|
committer | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2021-12-25 18:26:44 +0100 |
commit | e6191d39680351bc69dfb379386c4c5273971030 (patch) | |
tree | 9652e70935ff5460d9d0a1d3d6fb173ef5a844ee /docs/users_guide/ghci.rst | |
parent | 80daefce4ec1169ac3ef0552b8600c71527d84c2 (diff) | |
download | haskell-e6191d39680351bc69dfb379386c4c5273971030.tar.gz |
Fix typos
Diffstat (limited to 'docs/users_guide/ghci.rst')
-rw-r--r-- | docs/users_guide/ghci.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst index 427829da99..9995814920 100644 --- a/docs/users_guide/ghci.rst +++ b/docs/users_guide/ghci.rst @@ -534,7 +534,7 @@ not to replace module loading but to make definitions in .ghci-files Any exceptions raised during the evaluation or execution of the statement are caught and printed by the GHCi command line interface (for more information on exceptions, see the module :base-ref:`Control.Exception.` in -the libraries documentation. +the libraries documentation.) Every new binding shadows any existing bindings of the same name, including entities that are in scope in the current module context. |