Module Ast_402.Ast_helper.Typ

module Typ: sig .. end

val mk : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
Ast_402.Parsetree.core_type_desc -> Ast_402.Parsetree.core_type
val attr : Ast_402.Parsetree.core_type ->
Ast_402.Parsetree.attribute -> Ast_402.Parsetree.core_type
val any : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes -> unit -> Ast_402.Parsetree.core_type
val var : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes -> string -> Ast_402.Parsetree.core_type
val arrow : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
Ast_402.Asttypes.label ->
Ast_402.Parsetree.core_type ->
Ast_402.Parsetree.core_type -> Ast_402.Parsetree.core_type
val tuple : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
Ast_402.Parsetree.core_type list -> Ast_402.Parsetree.core_type
val constr : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
Longident.t Ast_402.Asttypes.loc ->
Ast_402.Parsetree.core_type list -> Ast_402.Parsetree.core_type
val object_ : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
(string * Ast_402.Parsetree.attributes * Ast_402.Parsetree.core_type) list ->
Ast_402.Asttypes.closed_flag -> Ast_402.Parsetree.core_type
val class_ : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
Longident.t Ast_402.Asttypes.loc ->
Ast_402.Parsetree.core_type list -> Ast_402.Parsetree.core_type
val alias : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
Ast_402.Parsetree.core_type -> string -> Ast_402.Parsetree.core_type
val variant : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
Ast_402.Parsetree.row_field list ->
Ast_402.Asttypes.closed_flag ->
Ast_402.Asttypes.label list option -> Ast_402.Parsetree.core_type
val poly : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
string list -> Ast_402.Parsetree.core_type -> Ast_402.Parsetree.core_type
val package : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
Longident.t Ast_402.Asttypes.loc ->
(Longident.t Ast_402.Asttypes.loc * Ast_402.Parsetree.core_type) list ->
Ast_402.Parsetree.core_type
val extension : ?loc:Location.t ->
?attrs:Ast_402.Parsetree.attributes ->
Ast_402.Parsetree.extension -> Ast_402.Parsetree.core_type
val force_poly : Ast_402.Parsetree.core_type -> Ast_402.Parsetree.core_type