Converting between boxed and unboxed types

Sean Seefried seefried@itee.uq.edu.au
Tue, 12 Mar 2002 21:13:18 +1000


I would like to print an unboxed value to the screen.  But to use "show" on
a type it has to be boxed.  How do I rebox an unboxed type? Sorry if the
answer to this is obvious - I have spent quite some time looking for the
solution.

Sean