Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.5.sml
1 signature S =
2 sig
3 datatype t = T
4 end where type t = int * int
5 ;