lean4-htt/tests/lean/autoImplicitChain.lean.expected.out
Leonardo de Moura 6631d92d7b fix: addAutoBoundImplicitsOld occurrences at MutualDef.lean and Structure.lean
This commit also fixes non-termination at `collectUnassignedMVars`
2022-03-25 09:07:59 -07:00

2 lines
106 B
Text

def f : {x : A} → {x_1 : B x} → {c : @C x x_1} → @D x x_1 c → Bool :=
fun {x} {x_1} {c} d => true