diff options
-rw-r--r-- | docs/users_guide/runghc.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/runghc.rst b/docs/users_guide/runghc.rst index 5a2c8df5a2..5afbae61b3 100644 --- a/docs/users_guide/runghc.rst +++ b/docs/users_guide/runghc.rst @@ -5,8 +5,9 @@ Using runghc .. index:: single: runghc + single: runhaskell -``runghc`` allows you to run Haskell programs using the interpreter, instead of having to +``runghc`` (or ``runhaskell``, which is its equivalent) allows you to run Haskell programs using the interpreter, instead of having to compile them first. .. _runghc-introduction: |