DEBSOURCES
Skip Quicknav
sources / polyml / 5.7.1-5 / Tests / Fail / Test074.ML
123456789101112
(* Flexible records do not inherit the correct "level". *) local fun f x = let val {a, ...} = x in a end; in val q: int = f {a=true} end;