We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dcc08 commit f6f61b9Copy full SHA for f6f61b9
hax-lib/proof-libs/lean/Hax/Lib.lean
@@ -238,11 +238,6 @@ infixl:60 " &&&? " => fun a b => pure (HAnd.hAnd a b)
238
are also provided -/
239
namespace Rust_primitives.Hax.Machine_int
240
241
-@[simp, spec]
242
-def bitxor {α} [HXor α α α] (a b: α) : Result α := a ^^^? b
243
244
-def hax_machine_int_bitand {α} [HAnd α α α] (a b: α) : Result α := a &&&? b
245
-
246
@[simp, spec]
247
def eq {α} (x y: α) [BEq α] : Result Bool := pure (x == y)
248
0 commit comments