RE: Using Haskell code in VBA (MS Access)?

2000-07-28 Thread Julian Seward (Intl Vendor)
| What is the best way to call functions implemented in Haskell from | Visual Basic for Applications (MS Access)? | I suppose I will have to build a DLL with GHC + Cygwin, but | up to now I | didn't manage to do so. I there a "How to"? This isn't directly what you wanted, but: I packaged up

Re: The type of zip

2000-07-28 Thread Marcin 'Qrczak' Kowalczyk
Fri, 28 Jul 2000 08:23:52 -0700, Simon Marlow [EMAIL PROTECTED] pisze: It perhaps should be, but Int8 isn't a primitive type: it's implemented in terms of Int#. There should really be 8-bit, 16-bit and 32-bit primitive types in GHC It's not a problem: writeInt8OffAddr could take Int#. I