Skip to content

Commit

Permalink
Int
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikbhargavan committed Feb 9, 2025
1 parent 6dbeb6a commit 8848634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/names/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn dummy_hax_concrete_ident_wrapper<I: core::iter::Iterator<Item = u8>>(x: I, mu
}

{
use hax_lib::int::*;
use hax_lib::*;
let a: Int = 3u8.lift();
let _ = a.clone().pow2();
let _ = Int::_unsafe_from_str("1");
Expand Down

0 comments on commit 8848634

Please sign in to comment.