lean4-htt/tests/lean/run/consume.lean
2017-03-09 18:41:19 -08:00

9 lines
123 B
Text

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