summaryrefslogtreecommitdiff
path: root/src/parse_ast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_ast.ml')
-rw-r--r--src/parse_ast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml
index 73c2016e..826d8eb1 100644
--- a/src/parse_ast.ml
+++ b/src/parse_ast.ml
@@ -72,7 +72,7 @@ type ix = text (* infix identifier *)
type
base_kind_aux = (* base kind *)
BK_type (* kind of types *)
- | BK_nat (* kind of natural number size expressions *)
+ | BK_int (* kind of natural number size expressions *)
| BK_order (* kind of vector order specifications *)