Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.41.sml
CommitLineData
7f918cf1
CE
1signature SIG =
2 sig
3 type t
4 structure S: sig type u = t end where type u = t * t
5 end