aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/g_toplevel.mlg2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/g_toplevel.mlg b/toplevel/g_toplevel.mlg
index 09fc954fac..d3768eb1e3 100644
--- a/toplevel/g_toplevel.mlg
+++ b/toplevel/g_toplevel.mlg
@@ -36,7 +36,7 @@ let err () = raise Stream.Failure
let test_show_goal =
let open Pcoq.Lookahead in
to_entry "test_show_goal" begin
- lk_kw "Show" >> lk_kw "Goal" >> lk_int
+ lk_kw "Show" >> lk_kw "Goal" >> lk_nat
end
}