agda2hs
agda2hs copied to clipboard
Rewrite construct
Not being able to use the rewrite construct is proving to be extremely annoying.
Related: #40, #255.
I find that using the cong!
tactic together with equational reasoning is a useful substitute for the rewrite
construct.