diff options
-rw-r--r-- | Everything.agda | 4 |
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. |