lean
lean copied to clipboard
chore(*): Swap `append` and `concat`
What's called append is concatenation in other languages and what's called concat is appending. This renames
has_append.append→has_concat.concatbuffer.append→buffer.concatlist.append→list.concatdlist.append→dlist.concatdlist.concat→dlist.appendvector.append→vector.concatstring.append→string.concatname.append→name.concat
Pending discussion on Zulip: https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/append.20and.20concat/near/299602232