DEBSOURCES
Skip Quicknav
sources / smlsharp / 4.1.0-1.1 / tests / data / regression / 245_functorExn3.sml
123456789101112
functor F() = struct val x = 1 exception Foo end structure G = struct val y = 0 exception Hoge exception Hage = Hoge end