[Haskell-cafe] I confused myself with generics, and now I confused ghc too

2011-07-18 Thread Ari Rahikkala
I want to implement generic comparison on top of syb-with-class, and based on looking at syb, it seems I could base it on something like gzipWithQ from syb's Data.Generics.Twins. However, there's no Data.Generics.SYB.WithClass.Twins. So I set out to see if I can write one myself (well, one with jus

Re: [Haskell-cafe] cross-platform compile

2010-10-27 Thread Ari Rahikkala
On Tue, Oct 26, 2010 at 9:51 PM, Hong Yang wrote: > Just curious if Haskell can or will generate cross-platform executable code, > e.g., generate code for Linux from a Windows machine. > > Thanks, > > Hong I don't know about other compilers, but at least GHC is not quite there yet: http://www.ha

Re: [Haskell-cafe] HSCurses - Hello World? (can't find much documentation)

2010-10-22 Thread Ari Rahikkala
On Fri, Oct 22, 2010 at 11:18 PM, Anonymous Void wrote: > But since I've never seen how the HSCurses functions really integrate > together, or any tutorials/examples (besides hsFishEx), > I fear toying with it is going to be annoying until I figure it out on my > own, especially since I'm already

Re: [Haskell-cafe] Not to load Prelude

2008-01-10 Thread Ari Rahikkala
Sorry for the double message, Mauricio. It's the first time I ever posted to haskell-cafe - figures I'd click on "reply" and not "reply to all"... On Jan 10, 2008 9:22 PM, Maurí­cio <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible not to load Prelude module > when compiling a Haskell module? Or