Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / stubs / basis-stubs-for-polyml / unsafe.sml
1 (* Copyright (C) 2009 Matthew Fluet.
2 *
3 * MLton is released under a BSD-style license.
4 * See the file MLton-LICENSE for details.
5 *)
6
7 structure Unsafe : UNSAFE =
8 struct
9 structure Array =
10 struct
11 open Array
12 end
13 structure Vector =
14 struct
15 open Vector
16 end
17 end