Ravenbrook / mlworks

MLWorks is a Standard ML compiler and development environment.
http://www.ravenbrook.com/project/mlworks
Other
179 stars 19 forks source link

MONO_ARRAY.copy not standard compliant #7

Open ellerh opened 10 years ago

ellerh commented 10 years ago

MONO_ARRAY.copy should have type {src : array, dst : array, di : int} -> unit but currently it has { src : array, si : int, len : int option, dst : array, di : int} -> unit