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