Ast_io.Intf_or_impl
type t =
| Intf(Melange_compiler_libs.Parsetree.signature)
| Impl(Melange_compiler_libs.Parsetree.structure)
;