prove-rs / z3.rs

Rust bindings for the Z3 solver.
337 stars 105 forks source link

Into i64 #271

Open Pat-Lafon opened 10 months ago

Pat-Lafon commented 10 months ago

I wanted to concertize my idea from #270 into some code. Instead of creating additional from_i* methods I propose using Into<i64> for from_i64. Leveraging the trait system here runs into some non-obvious issues.