Open mimoo opened 1 year ago
module A = struct type t = int end module type A = module type of A let a = (module A : A) module B = (val a : A) module C = (val a)