DEBSOURCES
Skip Quicknav
sources / polyml / 5.7.1-5 / Tests / Fail / Test038.ML
12345678
(* This is illegal. *) signature S = sig type t type u type s = int -> int sharing type t = u = s end;