Skip to content

Commit

Permalink
fix string name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtori committed Dec 13, 2024
1 parent 01af257 commit 54028b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ppx/ppx_common.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ let deriver_str_gen kind meth ~loc ~path:_ (rec_flag, l) path input output error
errors; error_type;
params = Option.fold ~none:options.params ~some params;
section = Option.fold ~none:options.section ~some section;
name = Option.fold ~none:options.name ~some (Option.map (evar ~loc) name);
name = Option.fold ~none:options.name ~some (Option.map (estring ~loc) name);
descr = Option.fold ~none:options.descr ~some descr;
security; security_type;
register = Option.value ~default:[%expr false] register;
Expand Down

0 comments on commit 54028b1

Please sign in to comment.