Add induction principle for `tele_arg`.
Compare changes
+ 10
− 0
@@ -56,6 +56,16 @@ Notation TargO := tt (only parsing).
@@ -56,6 +56,16 @@ Notation TargO := tt (only parsing).
This induction principle was automatically generated prior to !368 (merged), but no longer exists. This MR includes a manual proof.
Unfortunately, Coq does not use it automatically, so you have to use it with induction ... using tele_arg_ind
. But that's the same for map_ind
and friends.