Module Melange_ppx_lib.Ast_typ_uncurry

type uncurry_type_gen = (Asttypes.arg_label -> typ -> typ -> typ) cxt
val to_uncurry_type : uncurry_type_gen

syntax :

int -> int -> int [@bs]
val to_method_type : uncurry_type_gen

syntax

method : int -> itn -> int 
val to_method_callback_type : uncurry_type_gen

syntax:

'obj -> int -> int [@bs.this]