[Git][ghc/ghc][master] doc: Reformulate the opening paragraph of Ch. 4 in User's guide

Marge Bot gitlab at gitlab.haskell.org
Wed May 13 06:09:13 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
266310c3 by Ivan-Yudin at 2020-05-13T02:09:03-04:00
doc: Reformulate the opening paragraph of Ch. 4 in User's guide

Removes mentioning of Hugs
(it is not helpful for new users anymore).

Changes the wording for the rest of the paragraph.

Fixes #18132.

- - - - -


1 changed file:

- docs/users_guide/ghci.rst


Changes:

=====================================
docs/users_guide/ghci.rst
=====================================
@@ -7,23 +7,25 @@ Using GHCi
    single: GHCi
    single: interpreter
    single: interactive
-   single: Hugs
    single: Foreign Function Interface; GHCi support
    single: FFI; GHCi support
 
-GHCi [1]_ is GHC's interactive environment, in which Haskell expressions
-can be interactively evaluated and programs can be interpreted. If
-you're familiar with `Hugs <http://www.haskell.org/hugs/>`__, then
-you'll be right at home with GHCi. However, GHCi also has support for
-interactively loading compiled code, as well as supporting all [2]_ the
-language extensions that GHC provides. GHCi also includes an interactive
+GHCi [1]_ is GHC's interactive environment that includes an interactive
 debugger (see :ref:`ghci-debugger`).
 
+GHCi can
+
+- interactively evaluate Haskell expressions
+- interpret Haskell programs
+- load GHC-compiled modules.
+
+At the moment GHCi supports most of GHC's language extensions.
+
+
 .. [1]
    The "i" stands for “Interactive”
 
-.. [2]
-   except ``foreign export``, at the moment
+
 
 
 .. _ghci-introduction:



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/266310c300f2254dfdeb5eb2123737f765ed18f8

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/266310c300f2254dfdeb5eb2123737f765ed18f8
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200513/e6821a53/attachment-0001.html>


More information about the ghc-commits mailing list