On Sat, 13 May 2006, Matthew Bromberg wrote: > So after about 10 hours of wrestling with syntax, including messing up > the initial capitalization of module names, indenting in do lists, > forgetting to put commas in tuples and lists I finally got the following > example to compile without error or warning > > Matrix.hs
Are you aware of darcs get http://dis.um.es/~alberto/GSLHaskell ? This may be useful both for doing matrix computations as well as understanding how FFI works. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
