summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Brown <greg.brown@cl.cam.ac.uk>2022-01-08 17:38:01 +0000
committerGreg Brown <greg.brown@cl.cam.ac.uk>2022-01-08 17:38:01 +0000
commitaffce23167fcbd58265c4faef5dbbb92401398bd (patch)
tree7517c5835dc3c89025dddeb26734efefbd8b4d8b
parentd7f832be441d7f86504ce5e0becbd449d79458a9 (diff)
Update Everything.
-rw-r--r--Everything.agda4
1 files changed, 4 insertions, 0 deletions
diff --git a/Everything.agda b/Everything.agda
index 1acafde..80dd812 100644
--- a/Everything.agda
+++ b/Everything.agda
@@ -14,6 +14,9 @@ import Helium.Algebra.Bundles
-- Relations between properties of functions when the underlying relation is a setoid
import Helium.Algebra.Consequences.Setoid
+-- Construct algebras of vectors in a pointwise manner
+import Helium.Algebra.Construct.Pointwise
+
-- More core algebraic definitions
import Helium.Algebra.Core
@@ -29,6 +32,7 @@ import Helium.Data.Pseudocode
-- Definitions of a subset of Armv8-M instructions.
import Helium.Instructions
+-- Denotational semantics of Armv8-M instructions.
import Helium.Semantics.Denotational
-- Base definitions for the denotational semantics.