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

11 lines
130 B
Text

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