lean4-htt/tests/lean/matchPatternInsideBinders.lean

4 lines
100 B
Text

def test : (λ x : Nat => id (id x)) = λ x => x := by
conv in (id _) =>
trace_state
simp