Skip to content

Commit 913cbd4

Browse files
committed
dune build @fmt --auto-promote
Signed-off-by: Sora Morimoto <[email protected]>
1 parent fbf2943 commit 913cbd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ppx/ppx_eliom_utils.ml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,16 +454,20 @@ module Cmo = struct
454454
type_of_out_type ty
455455

456456
[%%if ocaml_version >= (5, 3, 0)]
457+
457458
let typ ty =
458459
let ty =
459460
Out_type.prepare_for_printing [ty];
460461
Out_type.tree_of_typexp Type_scheme ty
461462
in
462463
type_of_out_type ty
464+
463465
[%%else]
466+
464467
let typ ty =
465468
let ty = Printtyp.tree_of_type_scheme ty in
466469
type_of_out_type ty
470+
467471
[%%endif]
468472

469473
let find err loc =

0 commit comments

Comments
 (0)