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