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