We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059d0b4 commit f5a3c1aCopy full SHA for f5a3c1a
middle_end/flambda/types/env/typing_env.rec.ml
@@ -457,10 +457,13 @@ let print_with_cache ~cache ppf
457
@[<hov 1>(defined_symbols@ %a)@]@ \
458
@[<hov 1>(code_age_relation@ %a)@]@ \
459
@[<hov 1>(levels@ %a)@]\
460
+ @[<hov 1>(aliases@ %a)@]\
461
)@]"
462
Symbol.Set.print defined_symbols
463
Code_age_relation.print code_age_relation
- (Scope.Map.print (One_level.print_with_cache ~cache)) levels)
464
+ (Scope.Map.print (One_level.print_with_cache ~cache)) levels
465
+ Aliases.print (Cached.aliases current_level.just_after_level))
466
+
467
468
let print ppf t =
469
print_with_cache ~cache:(Printing_cache.create ()) ppf t
0 commit comments