DEBSOURCES
Skip Quicknav
sources / polyml / 5.7.1-5 / Tests / Fail / Test043.ML
1234567891011
signature S = sig type t type u structure S: sig type s end where type s = t->t sharing type S.s = u end;