Skip to content

Commit

Permalink
Add TODO for removing additional int types
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Oct 21, 2024
1 parent 0c6f064 commit 5d2a9ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust-semantics/representation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ module RUST-VALUE-SYNTAX
| i64(MInt{64})
| u64(MInt{64})
| u128(MInt{128})
// TODO: u160 and u256 are not real Rust types, remove them
// after the demo.
| u160(MInt{160})
| u256(MInt{256})
| tuple(ValueList)
Expand Down

0 comments on commit 5d2a9ed

Please sign in to comment.