Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / type.sml
1 type t = u
2
3 type 'a t = unit
4 type u = t
5
6 datatype 'a t = T
7 type u = t