diff options
author | Morrow <themorrowm@gmail.com> | 2022-03-11 15:53:16 +0200 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-04-01 10:55:12 +0100 |
commit | 9727e5924d9b326a0113a68f7ecb396015b80bf4 (patch) | |
tree | bccccbe8a453e23306109041ee35aa9630c64e9e /docs | |
parent | 18e6c85b2ccc8c52dca22bfa7f6c278bd1610736 (diff) | |
download | haskell-9727e5924d9b326a0113a68f7ecb396015b80bf4.tar.gz |
Clarify that runghc interprets the input program
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/runghc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/runghc.rst b/docs/users_guide/runghc.rst index 8d1a086599..5a2c8df5a2 100644 --- a/docs/users_guide/runghc.rst +++ b/docs/users_guide/runghc.rst @@ -6,8 +6,8 @@ Using runghc .. index:: single: runghc -``runghc`` allows you to run Haskell programs without first having to -compile them. +``runghc`` allows you to run Haskell programs using the interpreter, instead of having to +compile them first. .. _runghc-introduction: |