DEBSOURCES
Skip Quicknav
sources / polyml / 5.8.1-1~exp1 / 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;