Skip to content

User Guide: Clarify that runghc interprets the input program

MorrowM requested to merge MorrowM/ghc:runghc-documentation into master

Currently, in the user guide documentation for runghc it's unclear whether it interprets the input program, or whether it's a convenience tool that compiles and runs a program for you. This MR clarifies that runghc indeed interprets the given program. (In actuality it uses GHCi itself, but that's more of an implementation detail.)

Merge request reports