DEBSOURCES
Skip Quicknav
sources / mlton / 20210117%2Bdfsg-3 / regression / fail / modules.31.sml
12345678910
structure S:> sig type t val x: t end = struct type t = unit val x = () end val _ = S.x = S.x