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