Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.9.sml
1 signature S =
2 sig
3 type t = int
4 type u = int
5 sharing type t = u
6 end