We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1706c5 commit f11f67fCopy full SHA for f11f67f
1 file changed
src/Init/Data/UInt/Lemmas.lean
@@ -11,6 +11,8 @@ import Init.Data.BitVec.Bitblast
11
12
open Lean in
13
set_option hygiene false in
14
+-- TODO(kmill): needed this for bootstrapping issue, remove option
15
+set_option interpreter.prefer_native false in
16
macro "declare_uint_theorems" typeName:ident bits:term:arg : command => do
17
let mut cmds ← Syntax.getArgs <$> `(
18
namespace $typeName
0 commit comments