To compile a haskell program into a single executable using ghc: ghc --make main.hs -o main. Then, to execute the program type: ./main [main args]
Labels
Monday, 26 February 2007
Haskell Compiling & Running
Subscribe to:
Post Comments (Atom)
This is a collection of useful links to me, but it could be useful to you as well
To compile a haskell program into a single executable using ghc: ghc --make main.hs -o main. Then, to execute the program type: ./main [main args]
No comments:
Post a Comment