I'm not sure how to do that. Please demonstrate.

Michael


________________________________
From: Brandon Allbery <allber...@gmail.com>
To: michael rice <nowg...@yahoo.com>
Cc: "haskell-cafe@haskell.org" <haskell-cafe@haskell.org>
Sent: Saturday, August 27, 2011 3:53 PM
Subject: Re: [Haskell-cafe] Modules and a main function


On Sat, Aug 27, 2011 at 15:31, michael rice <nowg...@yahoo.com> wrote:

W/r/t the code below, would somebody please explain the sense of having a main 
function in a module that is not named Main.hs?

It's embedded test code; you can build a test program for the StateGame monad 
by using the --main-is parameter to GHC, or leave that off and get a library.
-- 
brandon s allbery                                      allber...@gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to