Just going through tidying up the CHANGELOG and came across PR https://github.com/agda/agda-stdlib/pull/2395 which introduced `tail∘inits` and `tail∘tails`. This is the first time ever we've used unicode names for functions, and has potential to disrupt naming schemes in the `Properties` files. Are we sure we want to do this? Could we come up with more conventional names for these functions? For example: - `tailInits`/`tailTails`