lean icon indicating copy to clipboard operation
lean copied to clipboard

chore(*): Swap `append` and `concat`

Open YaelDillies opened this issue 3 years ago • 1 comments

What's called append is concatenation in other languages and what's called concat is appending. This renames

  • has_append.appendhas_concat.concat
  • buffer.appendbuffer.concat
  • list.appendlist.concat
  • dlist.appenddlist.concat
  • dlist.concatdlist.append
  • vector.appendvector.concat
  • string.appendstring.concat
  • name.appendname.concat

YaelDillies avatar Sep 19 '22 18:09 YaelDillies

Pending discussion on Zulip: https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/append.20and.20concat/near/299602232

gebner avatar Sep 19 '22 18:09 gebner