aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMaxime Dénès2020-02-28 20:19:00 +0100
committerMaxime Dénès2020-03-01 20:33:28 +0100
commit7ebcbc1cecca87619aa4b01606021c29c5d1f0a2 (patch)
tree082951992155940f3f6919568f5541e954aabfb8 /plugins
parent38e57715c086183250dd6176f9eaad01bfcde4c5 (diff)
[parser] lk_int -> lk_nat
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ltac/g_tactic.mlg2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/g_tactic.mlg b/plugins/ltac/g_tactic.mlg
index 517c0d59e1..3e4c7ba782 100644
--- a/plugins/ltac/g_tactic.mlg
+++ b/plugins/ltac/g_tactic.mlg
@@ -54,7 +54,7 @@ let test_lpar_id_rpar =
let test_lpar_idnum_coloneq =
let open Pcoq.Lookahead in
to_entry "test_lpar_idnum_coloneq" begin
- lk_kw "(" >> (lk_ident <+> lk_int) >> lk_kw ":="
+ lk_kw "(" >> (lk_ident <+> lk_nat) >> lk_kw ":="
end
(* idem for (x:t) *)