Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Mar 28, 2024
1 parent f90ec4b commit 9f5e1e4
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 @@ -231,7 +231,7 @@ A cons-list is used for the EVM wordstack.
| Int ":" List [macro, symbol(_WS_)]
// ---------------------------------------------------------
rule .WordStack => .List
rule I:Int : L:List => ListItem(I) L
rule I : L => ListItem(I) L
```

```k
Expand Down

0 comments on commit 9f5e1e4

Please sign in to comment.