-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Description
agda-holes is a library that makes working with cong
more convenient and succinct. This issue is for discussing the possibility of adding some similar functionality inside the Tactic
module alongside the ring and monoid solvers.
agda-holes is not usable as-is. It has bit-rotted from the current stable Agda, and it also relies on uses of the TERMINATING
pragma, which would presumably need to be removed and the corresponding functions refactored. It would also need to be made properly agnostic over cong
implementations (e.g. from cubical Agda). I might be interested in undertaking the work to make it suitable for inclusion when I get some time, so I'm interested in whether this sounds like a good idea.
gallais, ajrouvoet, MatthewDaggitt, jespercockx and ice1000