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 26, 2023
1 parent a27cb2b commit 31a465b
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 31a465b

Please sign in to comment.