j
k
j a
j l
Ok, $ cat >null.hs module Main(main) where main = return () $ ghc null.hs -o null $ ./null +RTS -? $
Is your GHCRTS environment variable set to anything? Cheers, Simon
Back to the thread
Back to the list