lean2/tests/lean/704.lean

5 lines
124 B
Text
Raw Normal View History

import classical open classical
eval if true then 1 else 0
attribute prop_decidable [priority 0]
eval if true then 1 else 0