From 9812bb2ae394b59ae9fcb7cf9b78fd260aa3e92a Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Wed, 28 Jul 2021 16:55:28 +0100 Subject: Cleanup before working on 'Modules' --- src/Wasm/Constants.agda | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Wasm/Constants.agda (limited to 'src/Wasm/Constants.agda') diff --git a/src/Wasm/Constants.agda b/src/Wasm/Constants.agda new file mode 100644 index 0000000..74682a8 --- /dev/null +++ b/src/Wasm/Constants.agda @@ -0,0 +1,11 @@ +{-# OPTIONS --without-K --safe #-} + +------------------------------------------------------------------------ +-- Big constant values + +module Wasm.Constants where + +open import Data.Nat using (ℕ) + +2^32 : ℕ +2^32 = 4294967296 -- cgit v1.2.3