This commit fixes issue reported at https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Pattern.20matching.20lambda.20body.20in.20conv/near/256939753
5 lines
150 B
Text
5 lines
150 B
Text
def test2 : (Function.comp id id) = λ x : Nat => x := by
|
|
conv in (Function.comp _) =>
|
|
trace_state
|
|
simp [Function.comp, id]
|
|
trace_state
|