Module Melange_ppx_lib.Ast_typ_uncurry

type uncurry_type_gen = cxt((Asttypes.arg_label => typ => typ => typ));
let to_uncurry_type: uncurry_type_gen;

syntax :

int -> int -> int [@bs]
let to_method_type: uncurry_type_gen;

syntax

method : int -> itn -> int 
let to_method_callback_type: uncurry_type_gen;

syntax:

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