DEBSOURCES
Skip Quicknav
sources / mlton / 20210117%2Bdfsg-3 / regression / fail / modules.28.sml
123456789
structure S: sig datatype t = A | B of unit end = struct datatype t = A | B of int val rec B = fn () => A end