lean2/tests/lean/run/consume.lean

11 lines
136 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