lean4-htt/tests/lean/rfl_simp_thm.lean.expected.out
Leonardo de Moura f891c5724d feat: track rfl simp theorems
See issue #1113

We need update stage0 before closing the issue.
2022-04-21 13:42:04 -07:00

5 lines
60 B
Text

n : Nat
a : Fin (n + 1)
b : Fin (inc n)
h : a = b
⊢ b = a