mlworks icon indicating copy to clipboard operation
mlworks copied to clipboard

MONO_ARRAY.copy not standard compliant

Open ellerh opened this issue 11 years ago • 0 comments

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

ellerh avatar Oct 13 '14 14:10 ellerh