chore: remove temporary workaround
This commit is contained in:
parent
46dbddabd5
commit
09dfd97593
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ theorem Context.evalList_insert
|
|||
case inr =>
|
||||
split
|
||||
case inl => simp [evalList, EvalInformation.evalOp]; rw [h.1, ctx.assoc.1, h.1 (evalList _ _ _)]
|
||||
case inr => simp_all [evalList, EvalInformation.evalOp]; simp [ih]; rw [h.1, ctx.assoc.1, h.1 (evalList _ _ _)] -- TODO: remove `simp [ih]` after `update stage0`
|
||||
case inr => simp_all [evalList, EvalInformation.evalOp]; rw [h.1, ctx.assoc.1, h.1 (evalList _ _ _)]
|
||||
|
||||
theorem Context.evalList_sort_congr
|
||||
(ctx : Context α)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue