Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.38.sml
CommitLineData
7f918cf1
CE
1structure S:
2 sig
3 type t
4 end where type t = int * int
5 =
6 struct
7 type t = int
8 end