File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -444,8 +444,8 @@ let local_module_type_name =
444
444
let v = ref 0 in
445
445
fun ({ txt } : Longident.t Location.loc ) ->
446
446
incr v;
447
- (Longident. flatten txt |> List. fold_left (fun ll l -> ll ^ l) " " )
448
- ^ string_of_int ! v
447
+ " __ " ^ (Longident. flatten txt |> List. fold_left (fun ll l -> ll ^ l) " " )
448
+ ^ string_of_int ! v ^ " __ "
449
449
450
450
let expand_reverse (stru : Ast_structure.t ) (acc : Ast_structure.t ) :
451
451
Ast_structure. t =
@@ -526,7 +526,7 @@ let rec structure_mapper (self : mapper) (stru : Ast_structure.t) =
526
526
{ txt = safe_module_type_name; loc }
527
527
~typ: (Mty. typeof_ ~loc me))
528
528
in
529
- (* module BeltList0 = module type of Belt.List *)
529
+ (* module __BeltList1__ = module type of Belt.List *)
530
530
module_type_decl
531
531
:: {
532
532
item with
You can’t perform that action at this time.
0 commit comments