Module Ppxlib_ast__.Ast_helper.Mty

Module type expressions

val mk : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> Ppxlib_ast__.Import.Parsetree.module_type_desc ‑> Ppxlib_ast__.Import.Parsetree.module_type
val attr : Ppxlib_ast__.Import.Parsetree.module_type ‑> Ppxlib_ast__.Import.Parsetree.attribute ‑> Ppxlib_ast__.Import.Parsetree.module_type
val ident : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> lid ‑> Ppxlib_ast__.Import.Parsetree.module_type
val alias : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> lid ‑> Ppxlib_ast__.Import.Parsetree.module_type
val signature : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> Ppxlib_ast__.Import.Parsetree.signature ‑> Ppxlib_ast__.Import.Parsetree.module_type
val functor_ : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> str ‑> Ppxlib_ast__.Import.Parsetree.module_type option ‑> Ppxlib_ast__.Import.Parsetree.module_type ‑> Ppxlib_ast__.Import.Parsetree.module_type
val with_ : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> Ppxlib_ast__.Import.Parsetree.module_type ‑> Ppxlib_ast__.Import.Parsetree.with_constraint list ‑> Ppxlib_ast__.Import.Parsetree.module_type
val typeof_ : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> Ppxlib_ast__.Import.Parsetree.module_expr ‑> Ppxlib_ast__.Import.Parsetree.module_type
val extension : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> Ppxlib_ast__.Import.Parsetree.extension ‑> Ppxlib_ast__.Import.Parsetree.module_type