In `Data.List.Properties` we use * `map-id₂ : All (λ x → f x ≡ x) xs → map f xs ≡ xs` * `map-cong₂ : All (λ x → f x ≡ g x) xs → map f xs ≡ map g xs` * (we do not have `map-compose₂`) I think that we should instead use the `-relative` suffix introduced in #510