Motivation: `cases` and `induction` tactics use these names when the user does not provide them.
2 lines
128 B
Text
2 lines
128 B
Text
list.rec_on :
|
|
Π (n : list ?M_1), ?M_2 list.nil → (Π (hd : ?M_1) (tl : list ?M_1), ?M_2 tl → ?M_2 (hd :: tl)) → ?M_2 n
|