There was an error while loading. Please reload this page.
1 parent c32e8fe commit a385b15Copy full SHA for a385b15
compiler/frontend/ast_external_process.ml
@@ -1026,8 +1026,7 @@ let handle_attributes (loc : Bs_loc.t) (type_annotation : Parsetree.core_type)
1026
let return_wrapper =
1027
check_return_wrapper loc external_desc.return_wrapper result_type
1028
in
1029
- let fn_type = Ast_helper.Typ.arrows ~loc args result_type in
1030
- ( fn_type,
+ ( Ast_helper.Typ.arrows ~loc args result_type,
1031
External_ffi_types.ffi_bs arg_type_specs return_wrapper ffi,
1032
unused_attrs,
1033
relative )
0 commit comments