Skip to content
Snippets Groups Projects
Commit 3d728484 authored by nilfit's avatar nilfit
Browse files

add ToPrimitive to int.Int driver prelude

parent bae4b4d0
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,8 @@ theory Bool ...@@ -13,7 +13,8 @@ theory Bool
end end
module int.Int module int.Int
prelude "use num::bigint::BigInt;" prelude "use num::bigint::BigInt;
use num::cast::ToPrimitive;"
syntax constant zero "BigInt::zero()" syntax constant zero "BigInt::zero()"
syntax constant one "BigInt::one()" syntax constant one "BigInt::one()"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment