Module Ppxlib_ast__.Ast_helper.Cty

Class type expressions

val mk : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> Ppxlib_ast__.Import.Parsetree.class_type_desc ‑> Ppxlib_ast__.Import.Parsetree.class_type
val attr : Ppxlib_ast__.Import.Parsetree.class_type ‑> Ppxlib_ast__.Import.Parsetree.attribute ‑> Ppxlib_ast__.Import.Parsetree.class_type
val constr : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> lid ‑> Ppxlib_ast__.Import.Parsetree.core_type list ‑> Ppxlib_ast__.Import.Parsetree.class_type
val signature : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> Ppxlib_ast__.Import.Parsetree.class_signature ‑> Ppxlib_ast__.Import.Parsetree.class_type
val arrow : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> Ppxlib_ast__.Import.Asttypes.arg_label ‑> Ppxlib_ast__.Import.Parsetree.core_type ‑> Ppxlib_ast__.Import.Parsetree.class_type ‑> Ppxlib_ast__.Import.Parsetree.class_type
val extension : ?⁠loc:loc ‑> ?⁠attrs:attrs ‑> Ppxlib_ast__.Import.Parsetree.extension ‑> Ppxlib_ast__.Import.Parsetree.class_type