lean2/tests/lean/704.lean
Leonardo de Moura d2eb99bf11 refactor(library/logic): move logic/choice.lean to init/classical.lean
choice axiom is now in the classical namespace.
2015-08-12 18:37:33 -07:00

4 lines
107 B
Text

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