How to box/unbox values?

Thomas Pasch pasch@netzGeneration.com
Tue, 10 Apr 2001 01:55:21 +0200


Hello,

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#

Regards,

Thomas