Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.6.sml
CommitLineData
7f918cf1
CE
1signature S =
2 sig
3 type ('a, 'b) t
4 type ('a, 'b) u
5 type ('a, 'b) v = ('b, 'a) t
6 sharing type u = v
7 end