Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.39.sml
CommitLineData
7f918cf1
CE
1signature SIG =
2 sig
3 type u
4 type v = u
5 end where type v = int
6structure S: SIG =
7 struct
8 type u = real
9 type v = real
10 end