summaryrefslogtreecommitdiff
path: root/compiler/PrintPure.ml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/PrintPure.ml')
-rw-r--r--compiler/PrintPure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/PrintPure.ml b/compiler/PrintPure.ml
index 0b2e3a62..64b527a2 100644
--- a/compiler/PrintPure.ml
+++ b/compiler/PrintPure.ml
@@ -418,7 +418,7 @@ let unop_to_string (unop : unop) : string =
"cast<" ^ integer_type_to_string src ^ "," ^ integer_type_to_string tgt
^ ">"
-let binop_to_string = Print.LlbcAst.binop_to_string
+let binop_to_string = Print.Expressions.binop_to_string
let fun_id_to_string (fmt : ast_formatter) (fun_id : fun_id) : string =
match fun_id with