Skip to content

Commit

Permalink
Adapt to coq/coq#17836 (sort poly)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer authored and liyishuai committed Nov 8, 2023
1 parent 18282ac commit 802d3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TacticsUtil.v
Expand Up @@ -54,7 +54,7 @@ Ltac2 print_kind (p : constr) :=
| Constr.Unsafe.Case _ _ _ _ _ => print_string "Case"
| Constr.Unsafe.Fix _ _ _ _ => print_string "fix"
| Constr.Unsafe.CoFix _ _ _ => print_string "Cofix"
| Constr.Unsafe.Proj _ _ => print_string "Proj"
| Constr.Unsafe.Proj _ _ _ => print_string "Proj"
| Constr.Unsafe.Uint63 _ => print_string "Uint63"
| Constr.Unsafe.Float _ => print_string "Float"
| Constr.Unsafe.Array _ _ _ _ =>print_string "Array"
Expand Down

0 comments on commit 802d3e6

Please sign in to comment.