RUNGHC(1) | General Commands Manual | RUNGHC(1) |
runghc - program to run Haskell programs without first having to compile them.
runghc [runghc|flags] [GHC|flags] module [program|flags]...
runghc is considered a non-interactive interpreter and part of The Glasgow Haskell Compiler. runghc is a compiler that automatically runs its results at the end.
runghc -f /path/to/ghc foo
Copyright 2002, The University Court of the University of Glasgow. All rights reserved.
This manual page was written by Efrain Valles Pulgar <effie.jayx@gmail.com>. This is free documentation; see the GNU General Public Licence version 2 or later for copying conditions. There is NO WARRANTY.
28 NOVEMBER 2007 |