Skip to content

Commit

Permalink
rename imported K modules foundry => kasmer
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Oct 27, 2023
1 parent a27cb2b commit 4db9d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions kmxwasm/k-src/mx-wasm.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
```k
require "mx-lemmas.md"
require "mx-semantics/foundry.md"
require "mx-semantics/kasmer.md"
require "lemmas/proven-mx-lemmas.md"
require "proof-extensions.md"
require "specification-lemmas.md"
require "wasm-semantics/kwasm-lemmas.md"
module MX-WASM-SYNTAX
imports WASM-TEXT-SYNTAX
imports FOUNDRY-SYNTAX
imports KASMER-SYNTAX
endmodule
module MX-WASM
Expand All @@ -19,7 +19,7 @@ endmodule
module MX-WASM-NO-LOCAL-LEMMAS
imports CEILS
imports FOUNDRY
imports KASMER
imports INT-KORE
imports KWASM-LEMMAS
imports MAP-KORE-SYMBOLIC
Expand Down
2 changes: 1 addition & 1 deletion kmxwasm/src/kmxwasm/property_testing/running.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'ELROND-NODE.pushCallState',
'ELROND-NODE.popCallState',
'ELROND-NODE.dropCallState',
'FOUNDRY.endFoundryImmediately',
'KASMER.endFoundryImmediately',
]


Expand Down

0 comments on commit 4db9d04

Please sign in to comment.