1 2 3 4 5 6 7 8 9 10
module M = struct type t = string let x = 0 let x = 1 module Set = Set.Make(String) end include M