We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f524a27 commit b3f6888Copy full SHA for b3f6888
1 file changed
theories/prelude/Logic.ec
@@ -653,7 +653,7 @@ op choicebd ['a] (P : 'a -> bool) : 'a.
653
axiom choicebdP ['a] (P : 'a -> bool):
654
(exists x, P x) => P (choicebd P).
655
656
-op [opaque] choiceb ['a] (P : 'a -> bool) (x0 : 'a) : 'a =
+op [opaque smt_opaque] choiceb ['a] (P : 'a -> bool) (x0 : 'a) : 'a =
657
if exists x, P x then choicebd P else x0.
658
659
lemma choicebP ['a] (P : 'a -> bool) (x0 : 'a):
0 commit comments