Skip to content

Commit f11f67f

Browse files
committed
temporary fix, revert after merging
1 parent d1706c5 commit f11f67f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Init/Data/UInt/Lemmas.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import Init.Data.BitVec.Bitblast
1111

1212
open Lean in
1313
set_option hygiene false in
14+
-- TODO(kmill): needed this for bootstrapping issue, remove option
15+
set_option interpreter.prefer_native false in
1416
macro "declare_uint_theorems" typeName:ident bits:term:arg : command => do
1517
let mut cmds ← Syntax.getArgs <$> `(
1618
namespace $typeName

0 commit comments

Comments
 (0)