Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Jan 23, 2025
1 parent a302fca commit e90e918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/komet/kdist/soroban-semantics/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ module HOST-OBJECT
rule getTag(Symbol(BS)) => 74 requires lengthString(BS) >Int 9
rule getTag(ScBytes(_)) => 72
syntax Bool ::= getTagWithFlag(alwaysAllocate: Bool, ScVal) [function, total]
syntax Int ::= getTagWithFlag(alwaysAllocate: Bool, ScVal) [function, total]
// -------------------------------------------------------------------------------
rule getTagWithFlag(true, U64(_)) => 64
rule getTagWithFlag(true, I64(_)) => 65
Expand Down

0 comments on commit e90e918

Please sign in to comment.