alantech / alan

Autoscalable Programming Language
https://alan-lang.org
MIT License
305 stars 10 forks source link

Remove redundant 'concat' implementation #805

Closed dfellis closed 1 month ago

dfellis commented 1 month ago

In the last PR I somehow forgot that I had already implemented concat for Arrays, so I implemented it again. This removes the new duplicate implementation.