Skip to content

Commit

Permalink
Add missing print registration for wit_nat_or_var
Browse files Browse the repository at this point in the history
  • Loading branch information
jfehrle committed Nov 29, 2020
1 parent 9992bb1 commit 54c1203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ltac/pptactic.ml
Expand Up @@ -1317,6 +1317,7 @@ let () =
let pr_unit _ = str "()" in
let open Genprint in
register_basic_print0 wit_int_or_var (pr_or_var int) (pr_or_var int) int;
register_basic_print0 wit_nat_or_var (pr_or_var int) (pr_or_var int) int;
register_basic_print0 wit_ref
pr_qualid (pr_or_var (pr_located pr_global)) pr_global;
register_basic_print0 wit_smart_global
Expand Down

0 comments on commit 54c1203

Please sign in to comment.