Backport from sid to buster
[hcoop/debian/mlton.git] / regression / fail / type.sml
CommitLineData
7f918cf1
CE
1type t = u
2
3type 'a t = unit
4type u = t
5
6datatype 'a t = T
7type u = t