DEBSOURCES
Skip Quicknav
sources / mlton / 20210117%2Bdfsg-3 / regression / fail / modules.23.sml
12345678910
structure S: sig val f: 'a -> 'a list end = struct fun f x = if x = x then [] else [x] end