Skip to content

Commit 8591495

Browse files
authored
Add section Selectors to cheatcodes.md (#870)
* Add section `Selectors` to `cheatcodes.md` * Clearer messages
1 parent ef8a856 commit 8591495

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/kontrol/kdist/cheatcodes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,10 @@ If the flag is false, it skips comparison, assuming success; otherwise, it compa
15551555
<wordStack> _ : WS => 1 : WS </wordStack>
15561556
```
15571557

1558-
- selectors for cheat code functions.
1558+
Selectors
1559+
---------
1560+
1561+
Selectors for **implemented** cheat code functions.
15591562

15601563
```k
15611564
rule ( selector ( "assume(bool)" ) => 1281615202 )
@@ -1603,7 +1606,7 @@ If the flag is false, it skips comparison, assuming success; otherwise, it compa
16031606
rule ( selector ( "copyStorage(address,address)" ) => 540912653 )
16041607
```
16051608

1606-
- selectors for unimplemented cheat code functions.
1609+
Selectors for **unimplemented** cheat code functions.
16071610

16081611
```k
16091612
rule selector ( "expectRegularCall(address,bytes)" ) => 3178868520
@@ -1665,7 +1668,7 @@ If the flag is false, it skips comparison, assuming success; otherwise, it compa
16651668
rule selector ( "deriveKey(string,uint32)" ) => 1646872971
16661669
```
16671670

1668-
- selector for Solidity built-in Error
1671+
Selector for Solidity built-in Error
16691672

16701673
```k
16711674
rule ( selector ( "Error(string)" ) => 147028384 )

0 commit comments

Comments
 (0)