summaryrefslogtreecommitdiff
path: root/src/pretty_print_lem_ast.ml
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-04-16 15:37:24 +0100
committerAlasdair Armstrong2018-04-18 14:17:26 +0100
commit7cab45aa4faac2990eb5e1991c0481b72e3c83ec (patch)
tree1cd5ad45157beb64837e5a7ac09351dce0602098 /src/pretty_print_lem_ast.ml
parent127776db287e44521606debed8c4eaa125516c62 (diff)
Rename BK_nat to BK_int to be consistent with source syntax
Diffstat (limited to 'src/pretty_print_lem_ast.ml')
-rw-r--r--src/pretty_print_lem_ast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pretty_print_lem_ast.ml b/src/pretty_print_lem_ast.ml
index 228ddbb8..24b28eac 100644
--- a/src/pretty_print_lem_ast.ml
+++ b/src/pretty_print_lem_ast.ml
@@ -122,7 +122,7 @@ let pp_format_bkind_lem (BK_aux(k,l)) =
"(BK_aux " ^
(match k with
| BK_type -> "BK_type"
- | BK_nat -> "BK_nat"
+ | BK_int -> "BK_int"
| BK_order -> "BK_order") ^ " " ^
(pp_format_l_lem l) ^ ")"