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