List repetition utilities #
Defines nTimes (notation l ^+^ n), the n-fold repetition of a list,
together with basic rewriting lemmas about it.
nTimes l n (notation l ^+^ n) is the concatenation of n copies of the list l.
Equations
- «term_^+^_» = Lean.ParserDescr.trailingNode `«term_^+^_» 69 69 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol " ^+^ ") (Lean.ParserDescr.cat `term 70))