[MLton] Re: PackWord to/from nonsense

Wesley W. Terpstra wesley at terpstra.ca
Tue Jul 7 05:16:32 PDT 2009


On Tue, Jul 7, 2009 at 1:08 PM, Wesley W. Terpstra <wesley at terpstra.ca>wrote:

> I really liked Vesa's suggestion of {to/from}Fixed for the INTEGER
> signature.
>

Could we maybe get these {to/from}Fixed in a MLton.IntX structure? And
perhaps petition John Reppy to have them added to the basis.

I'm implementing

>   x_1227: word32 = Word8Vector_subWord32 (x_1072, x_1074)
>   x_1226: word64 = WordU32_extdToWord64 (x_1227)
>   x_1225: word32 = WordU64_extdToWord32 (x_1226)
> into
>   x_1225:Word = x_1227
>
at the moment. Since working on the LLVM codegen, I now have the tools to
get the job done. =)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mlton.org/pipermail/mlton/attachments/20090707/3d9e4eb7/attachment.htm


More information about the MLton mailing list