agda / cubical

An experimental library for Cubical Agda
https://agda.github.io/cubical/Cubical.README.html
Other
454 stars 139 forks source link

Remove DecidableEq #866

Closed MatthiasHu closed 2 years ago

MatthiasHu commented 2 years ago

This PR removes the practically empty module Cubical.Relation.Nullary.DecidableEq. The contents of this module were moved to Cubical.Relation.Nullary.Properties in https://github.com/agda/cubical/pull/333. It contained only two re-exports since then. And it seems like these re-exports aren't used anywhere. (Every module that needs them imports Cubical.Relation.Nullary.Properties anyway.)

In case people see reasons to keep Cubical.Relation.Nullary.DecidableEq, I would also be happy to just remove the unused imports.