agda / agda2hs

Compiling Agda code to readable Haskell

Home Page:https://agda.github.io/agda2hs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite construct

flupe opened this issue · comments

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.