d2eb99bf11
choice axiom is now in the classical namespace.
4 lines
107 B
Text
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
|