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
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
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
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