| So my question is:
| 
|  -- how do I convert an unboxed value to a boxed value?
| 
|  -- where on Earth is state-interface.dvi?

It's now incorporated as part of the user manual.  Sorry for the stale
pointer.

You might find it helpful to read "Unboxed values as first class citizens"
to learn how to unbox a boxed value.  It's on my web page
        http://www.dcs.gla.ac.uk/~simonpj

But briefly:

        case x of 
           I# x# -> .....<in here x# is the unboxed version of x>....



Simon

Reply via email to