8 lines
143 B
OCaml
8 lines
143 B
OCaml
|
|
Mylib.Bar.run ();;
|
||
|
|
Mylib.Foo.run ();;
|
||
|
|
Bar.run ();;
|
||
|
|
Foo.run ();;
|
||
|
|
|
||
|
|
module Y : Mylib.Intf_only.S = struct end
|
||
|
|
module X : Intf_only.S = struct end
|