DEBSOURCES
Skip Quicknav
sources / polyml / 5.6-8 / Tests / Fail / Test037.ML
12345678
signature S = sig type u type s = u * u datatype t = C; sharing type s = t end;