diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2021-08-31 10:28:46 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2021-08-31 10:28:46 +0100 |
commit | 9a746a0b0e9f1143a8f3922473f91c47a3af665b (patch) | |
tree | 30fec9f0cec92be5265e8a5d4b54fc5db9cfa833 /src/Wasm/Semantics/Instruction.agda | |
parent | f1d1cb690e7e0487e18d235a919af1c147f39884 (diff) |
Diffstat (limited to 'src/Wasm/Semantics/Instruction.agda')
-rw-r--r-- | src/Wasm/Semantics/Instruction.agda | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Wasm/Semantics/Instruction.agda b/src/Wasm/Semantics/Instruction.agda new file mode 100644 index 0000000..5edd58b --- /dev/null +++ b/src/Wasm/Semantics/Instruction.agda @@ -0,0 +1,5 @@ +{-# OPTIONS --safe --without-K #-} + +module Wasm.Semantics.Instruction where + + |