Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / config / metadata / array-metadata-size256.sml
1 (* Copyright (C) 2017 Matthew Fluet.
2 *
3 * MLton is released under a BSD-style license.
4 * See the file MLton-LICENSE for details.
5 *)
6
7 structure ArrayMetaDataSize =
8 struct
9 val bytes : Int32.int = 32
10 end