Atd.Inherit
Expansion of inherit statements
inherit
val expand_module_body : ?inherit_fields:bool -> ?inherit_variants:bool -> Ast.module_body -> Ast.module_body
Expand inherit statements found in sum types and product types.
specify whether record fields should be expanded. Default is true.
specify whether sum types should be expanded. Default is true.