lean4-htt/tests/lean/run/consume.lean

9 lines
116 B
Text

definition pr2 {A : Type} (a b : A) := a
check pr2
check pr2
check pr2
check @pr2
check @pr2
check @@pr2
check pr2