lean4-htt/tests/lean/binderCacheIssue2.lean.expected.out
2021-08-03 09:13:18 +02:00

2 lines
139 B
Text

def foo.{u, u_1} : {P : Sort u} → Bar.{u, u_1} P → Type :=
fun {P} B => Foo.{imax u u_1} ((p : P) → Bar.fn p) ({p : P} → Bar.fn p)