summaryrefslogtreecommitdiff
path: root/src/pretty_print_lem_ast.ml
diff options
context:
space:
mode:
authorThomas Bauereiss2017-08-30 13:57:21 +0100
committerThomas Bauereiss2017-08-30 13:57:21 +0100
commitab7a419f6a39830bb9aa3a41be31c753b35616cb (patch)
tree8fcfc375d2b8e69435f9e32bce9ca48a0f6da613 /src/pretty_print_lem_ast.ml
parent04c32956a50d2e0a2f62b02828e9b549854a2b8c (diff)
Fix another bug in local variable update rewriting
E_internal_let is only used for introducing local variables, not updating existing ones.
Diffstat (limited to 'src/pretty_print_lem_ast.ml')
-rw-r--r--src/pretty_print_lem_ast.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pretty_print_lem_ast.ml b/src/pretty_print_lem_ast.ml
index adddcee6..c75c102f 100644
--- a/src/pretty_print_lem_ast.ml
+++ b/src/pretty_print_lem_ast.ml
@@ -221,6 +221,8 @@ and pp_format_nexp_constraint_lem (NC_aux(nc,l)) =
| NC_not_equal(n1,n2) -> "(NC_not_equal " ^ pp_format_nexp_lem n1 ^ " " ^ pp_format_nexp_lem n2 ^ ")"
| NC_or(nc1,nc2) -> "(NC_or " ^ pp_format_nexp_constraint_lem nc1 ^ " " ^ pp_format_nexp_constraint_lem nc2 ^ ")"
| NC_and(nc1,nc2) -> "(NC_and " ^ pp_format_nexp_constraint_lem nc1 ^ " " ^ pp_format_nexp_constraint_lem nc2 ^ ")"
+ | NC_true -> "NC_true"
+ | NC_false -> "NC_false"
| NC_nat_set_bounded(id,bounds) -> "(NC_nat_set_bounded " ^
pp_format_var_lem id ^
" [" ^