summaryrefslogtreecommitdiff
path: root/Everything.agda
diff options
context:
space:
mode:
authorGreg Brown <greg.brown@cl.cam.ac.uk>2022-04-09 16:49:49 +0100
committerGreg Brown <greg.brown@cl.cam.ac.uk>2022-04-09 16:49:49 +0100
commit24845ef25e12864711552ebc75a1f54903bee50c (patch)
treeef5d59e54ca170318ede60a9185961e9e06f6308 /Everything.agda
parentc6aee22d68aa614619cecc08a15332294a9de0de (diff)
A proof of the simplest form of Barrett reduction.
Diffstat (limited to 'Everything.agda')
-rw-r--r--Everything.agda3
1 files changed, 3 insertions, 0 deletions
diff --git a/Everything.agda b/Everything.agda
index cd0f148..2f76af0 100644
--- a/Everything.agda
+++ b/Everything.agda
@@ -84,6 +84,9 @@ import Helium.Algebra.Structures
-- Definition of types and operations used by the Armv8-M pseudocode.
import Helium.Data.Pseudocode.Algebra
+-- A proof of correctness for Barrett reduction.
+import Helium.Data.Pseudocode.Algebra.Barrett
+
-- Algebraic properties of types used by the Armv8-M pseudocode.
import Helium.Data.Pseudocode.Algebra.Properties