table of contents
- trixie 5.3.0-3
- testing 5.3.0-3
- unstable 5.3.0-3
- experimental 5.4.0-1~exp1
Ast_helper.Cty(3o) | OCaml library | Ast_helper.Cty(3o) |
NAME¶
Ast_helper.Cty - Class type expressions
Module¶
Module Ast_helper.Cty
Documentation¶
Module Cty
: sig end
Class type expressions
val mk : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parsetree.class_type_desc -> Parsetree.class_type
val attr : Parsetree.class_type -> Parsetree.attribute -> Parsetree.class_type
val constr : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Ast_helper.lid -> Parsetree.core_type list -> Parsetree.class_type
val signature : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parsetree.class_signature -> Parsetree.class_type
val arrow : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Asttypes.arg_label -> Parsetree.core_type -> Parsetree.class_type -> Parsetree.class_type
val extension : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parsetree.extension -> Parsetree.class_type
val open_ : ?loc:Ast_helper.loc -> ?attrs:Ast_helper.attrs -> Parsetree.open_description -> Parsetree.class_type -> Parsetree.class_type
2025-10-12 | OCamldoc |