agda / agda-stdlib

The Agda standard library

Home Page:https://wiki.portal.chalmers.se/agda/Libraries/StandardLibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move `_≗_` from `Relation.Binary.PropositionalEquality` to `*.Core`

JacquesCarette opened this issue · comments

It has a very straightforward definition (if you unwind the current overly complex one) and is used a fair amount, which then drags in quite a bit more than is needed. In particular, Data.Product.Properties is otherwise very simple, but lies higher up in the dependency graph due to this single definition.

This is fine to do!

And yes that definition is definitely a little overly complex!

I agree with each of you!