summaryrefslogtreecommitdiff
path: root/src/parser.mly
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/parser.mly
parent127776db287e44521606debed8c4eaa125516c62 (diff)
Rename BK_nat to BK_int to be consistent with source syntax
Diffstat (limited to 'src/parser.mly')
-rw-r--r--src/parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.mly b/src/parser.mly
index 5b8c3af1..0846d4bb 100644
--- a/src/parser.mly
+++ b/src/parser.mly
@@ -557,7 +557,7 @@ typ_list:
base_kind:
| Int
- { BK_aux (BK_nat, loc $startpos $endpos) }
+ { BK_aux (BK_int, loc $startpos $endpos) }
| TYPE
{ BK_aux (BK_type, loc $startpos $endpos) }
| Order