Closed clayrat closed 7 years ago
We don't currently have a good way to do rewriting in setoids. It would require a compiler extension or some Elab magic.
I feel like Logic
is good enough.
N.B. Not every one of my review comments requires any action.
Addressed most of them.
This looks great. Thanks for putting the todos in the file, too.
Not sure how to deal with the
Setoids
part here, there seem to exist some 3rd party formulations for them, e.g. https://github.com/danilkolikov/setoids https://github.com/qradimir/tt-homework/blob/master/src/main/idris/Setoid.idr https://github.com/artemohanjanyan/university/blob/master/4_term/types/idris/Setoid.idr https://github.com/shd/tt2016/blob/master/diaconescu.idr https://github.com/eadm/rational-setoid/blob/master/Setoid.idr but how to make them work with the rewriting machinery?