lean2/tests/lean/run/consume.lean

12 lines
136 B
Text
Raw Normal View History

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