ghc5.00 binary on Sparc?

2001-04-10 Thread George Russell
GHC 5.00 looks wonderful. Would it be possible to make a binary distribution available for Sparc? As you may remember, I've had difficulty compiling it myself for Sparc, for some reason I don't know, and even if I find a way of hacking things to compile it, I'd rather users (= students) didn't

RE: How to box/unbox values?

2001-04-10 Thread Julian Seward (Intl Vendor)
| -Original Message- | From: Thomas Pasch [mailto:[EMAIL PROTECTED]] | Sent: Tuesday, April 10, 2001 12:55 AM | To: [EMAIL PROTECTED] | Subject: How to box/unbox values? | | | Hello, | | is there an easy way to box/unbox Types. | I need this for Int's, so is there | a function that d

Re: How to box/unbox values?

2001-04-10 Thread Hannah Schroeter
Hello! On Tue, Apr 10, 2001 at 01:55:21AM +0200, Thomas Pasch wrote: > is there an easy way to box/unbox Types. > I need this for Int's, so is there > a function that does: > Int# -> Int > Int -> Int# You must import the appropriate modules, to "see" the type definition for Int (which is data