Utils.Pretty_printerCopyright 2025-2026, Victoria Ostrovskaya & Danil Usoltsev
SPDX-License-Identifier: LGPL-3.0-or-later
val string_of_bin_op : Frontend.Ast.bin_oper -> stringval string_of_unary_op : Frontend.Ast.unar_oper -> stringval pp_bin_op : Stdlib.Format.formatter -> Frontend.Ast.bin_oper -> unitval pp_unary_op : Stdlib.Format.formatter -> Frontend.Ast.unar_oper -> unitval pp_const : Stdlib.Format.formatter -> Frontend.Ast.const -> unitval pp_pattern : Stdlib.Format.formatter -> Frontend.Ast.pattern -> unitval pp_expr : Stdlib.Format.formatter -> Frontend.Ast.expr -> unitval pp_structure_item :
Stdlib.Format.formatter ->
Frontend.Ast.structure ->
unitval pp_structure :
Stdlib.Format.formatter ->
Frontend.Ast.structure list ->
unit