diff options
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 |