Suppose some Haskell file is executed with
runghc Queens.hs gecode_compile
Now, this fails, and I want to debug it with ghci. How
ghci
You can also set the command line arguments in ghci
ghci> :set args foo bar ghci> main
or
ghci> :main foo bar