Skip to content

Commit

Permalink
Fix dash size
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Văcaru <[email protected]>
  • Loading branch information
Robertorosmaninho and anvacaru authored Jan 23, 2025
1 parent 31d7a6d commit 5f51895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Bytes helper functions
syntax Account ::= #asAccount ( Bytes ) [symbol(#asAccount), function]
syntax AccountNotNil ::= #asAccountNotNil ( Bytes ) [symbol(#asAccountNotNil), function]
// ----------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
rule #asAccount(BS) => .Account requires lengthBytes(BS) ==Int 0
rule #asAccount(BS) => #asWord(BS) [owise]
Expand Down

0 comments on commit 5f51895

Please sign in to comment.