Open Drup opened 7 years ago
module%client M = Map.Make(String) module%server N = Map.Make(String)
module N = struct type%client t type%server t' end module%client M = N