lean4-htt/tests/lean/matchPatternPartialApp.lean
Leonardo de Moura e53952f167 chore: fix tests
2023-11-09 04:06:30 -08:00

5 lines
191 B
Text

def test2 : (Function.comp id id) = λ x : Nat => x := by
conv in (Function.comp _) =>
trace_state
simp (config := { unfoldPartialApp := true }) [Function.comp, id]
trace_state