diff options
| author | Alasdair Armstrong | 2018-04-16 15:37:24 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-04-18 14:17:26 +0100 |
| commit | 7cab45aa4faac2990eb5e1991c0481b72e3c83ec (patch) | |
| tree | 1cd5ad45157beb64837e5a7ac09351dce0602098 /src/parser.mly | |
| parent | 127776db287e44521606debed8c4eaa125516c62 (diff) | |
Rename BK_nat to BK_int to be consistent with source syntax
Diffstat (limited to 'src/parser.mly')
| -rw-r--r-- | src/parser.mly | 2 |
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 |
