Skip to content

Commit e518d51

Browse files
committed
Revert "remove unecessary fn call"
This reverts commit 7bf0b50.
1 parent e2a1771 commit e518d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/ml/printtyp.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ let remove_stdlib t =
612612

613613
let rec tree_of_typexp sch ty =
614614
let ty = repr ty in
615+
let ty = remove_stdlib ty in
615616
let px = proxy ty in
616617
if List.mem_assq px !names && not (List.memq px !delayed) then
617618
let mark = is_non_gen sch ty in

0 commit comments

Comments
 (0)