Skip to content

Use -local consistently for properties #626

@gallais

Description

@gallais

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions