summaryrefslogtreecommitdiff
path: root/Everything.agda
diff options
context:
space:
mode:
Diffstat (limited to 'Everything.agda')
-rw-r--r--Everything.agda6
1 files changed, 3 insertions, 3 deletions
diff --git a/Everything.agda b/Everything.agda
index d547bcd..f6c6f84 100644
--- a/Everything.agda
+++ b/Everything.agda
@@ -48,6 +48,9 @@ import Helium.Algebra.Ordered.StrictTotal.Structures
-- Some more algebraic structures
import Helium.Algebra.Structures
+-- Definition of types and operations used by the Armv8-M pseudocode.
+import Helium.Data.Pseudocode.Algebra
+
-- Definition of the Armv8-M pseudocode.
import Helium.Data.Pseudocode.Core
@@ -57,9 +60,6 @@ import Helium.Data.Pseudocode.Manipulate
-- Basic properties of the pseudocode data types
import Helium.Data.Pseudocode.Properties
--- Definition of types and operations used by the Armv8-M pseudocode.
-import Helium.Data.Pseudocode.Types
-
-- Definition of instructions using the Armv8-M pseudocode.
import Helium.Instructions.Base