diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2021-08-10 19:11:38 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2021-08-10 19:11:38 +0100 |
commit | 904924c33720c3481f738966f32e9c34736f92cf (patch) | |
tree | 0365bccd7afa6a0c4031866e8681f495a1e3c8bf /src/Wasm/Constants.agda | |
parent | a3a8a44b4bc0d60164452826645066a5ffed5bc5 (diff) |
Rewrite so only valid modules can be constructed.
Diffstat (limited to 'src/Wasm/Constants.agda')
-rw-r--r-- | src/Wasm/Constants.agda | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Wasm/Constants.agda b/src/Wasm/Constants.agda deleted file mode 100644 index 74682a8..0000000 --- a/src/Wasm/Constants.agda +++ /dev/null @@ -1,11 +0,0 @@ -{-# OPTIONS --without-K --safe #-} - ------------------------------------------------------------------------- --- Big constant values - -module Wasm.Constants where - -open import Data.Nat using (ℕ) - -2^32 : ℕ -2^32 = 4294967296 |