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