Skip to content

Commit b3f6888

Browse files
oskgostrub
authored andcommitted
attempt at avoiding regressions
1 parent f524a27 commit b3f6888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theories/prelude/Logic.ec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ op choicebd ['a] (P : 'a -> bool) : 'a.
653653
axiom choicebdP ['a] (P : 'a -> bool):
654654
(exists x, P x) => P (choicebd P).
655655

656-
op [opaque] choiceb ['a] (P : 'a -> bool) (x0 : 'a) : 'a =
656+
op [opaque smt_opaque] choiceb ['a] (P : 'a -> bool) (x0 : 'a) : 'a =
657657
if exists x, P x then choicebd P else x0.
658658

659659
lemma choicebP ['a] (P : 'a -> bool) (x0 : 'a):

0 commit comments

Comments
 (0)