summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Reid2018-04-18 15:27:39 +0100
committerAlastair Reid2018-04-18 15:27:50 +0100
commit6502d5a40d76d70f73847392750e163294ddcfac (patch)
treee792fb3b683b9c9d9dfcda2b983a56428faf9999
parent7adfbd40df2379d8669843e71b0993fc69d1690c (diff)
Fix another reference to BK_nat
-rw-r--r--src/lem_interp/pretty_interp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lem_interp/pretty_interp.ml b/src/lem_interp/pretty_interp.ml
index bf42795b..10ee591b 100644
--- a/src/lem_interp/pretty_interp.ml
+++ b/src/lem_interp/pretty_interp.ml
@@ -157,7 +157,7 @@ let doc_int i = string (to_string i)
let doc_bkind (BK_aux(k,_)) =
string (match k with
| BK_type -> "Type"
- | BK_nat -> "Nat"
+ | BK_int -> "Int"
| BK_order -> "Order")
let doc_op symb a b = infix 2 1 symb a b