Right now, function extensionality as pulled in by asimpl is the only axiom we use in our entire Coq development.
Considering that this is ultimately about proving equality of source terms, which have decidable equality, function extensionality should not be necessary here. It would be nice if the axiom could be avoided :)
Right now, function extensionality as pulled in by
asimplis the only axiom we use in our entire Coq development.Considering that this is ultimately about proving equality of source terms, which have decidable equality, function extensionality should not be necessary here. It would be nice if the axiom could be avoided :)