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