[MLton] cvs commit: filled in missing Int<N> structures

Matthew Fluet fluet@cs.cornell.edu
Wed, 3 Mar 2004 13:34:50 -0500 (EST)


>   MAIL filled in missing Int<N> structures
>
>   So we now have Int2, Int3, ..., Int31, Int32, Int64.

Can we support Word<N> in the same way?  Arithmetic and bit-ops should
work fine with to/from functions.  Shifts and rotates need to be handled
differently.