Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / regression / vector2.sml
1 open Vector
2 val v = tabulate(13, fn i => fn j => i + j)
3 val _ = print(Int.toString(sub(v, 5) 1))
4 val _ = print "\n"