> Does any one have any sample code for the haskell GHC compiler. All I > have are examples of code meant for HUGS. > > If you can help me please send me acopy of the code so I can know what > the syntax is for this compiler. The basic language, Haskell 98, of both systems is the same. Check out http://haskell.org/tutorial/ Everything in there works on both systems. Manuel
- source code Dave
- Manuel M. T. Chakravarty
