DEBSOURCES
Skip Quicknav
sources / mlton / 20210117%2Bdfsg-3 / regression / fail / modules.25.sml
12345678910111213
structure S: sig structure T: sig datatype t = A | B end end = struct structure T = struct datatype t = B | C end end