Skip to content

Commit

Permalink
[hxb] weird fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Mar 26, 2024
1 parent daaf8e2 commit 2d3189d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/hxb/hxbWriter.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,7 @@ module HxbWriter = struct
let write_typedef writer (td : tdef) =
select_type writer td.t_path;
write_common_module_type writer (Obj.magic td);
writer.wrote_local_type_param <- td.t_params <> [];
write_type_instance writer td.t_type

(* Module *)
Expand Down

0 comments on commit 2d3189d

Please sign in to comment.