summaryrefslogtreecommitdiff
path: root/Everything.agda
diff options
context:
space:
mode:
authorGreg Brown <greg.brown@cl.cam.ac.uk>2022-01-21 15:20:58 +0000
committerGreg Brown <greg.brown@cl.cam.ac.uk>2022-01-21 15:20:58 +0000
commit66fa99f84c918ad3a7680a6df141367c291ceaee (patch)
tree66d54664395f9762c55bef8208e614b8e155bf8c /Everything.agda
parent83f29fdd79665858717790d3213a8dbbd6b693e3 (diff)
Add pseudocode as a data type.
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 fe9deea..2abf3e9 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 the Armv8-M pseudocode.
+import Helium.Data.Pseudocode.Core
+
-- Definition of types and operations used by the Armv8-M pseudocode.
import Helium.Data.Pseudocode.Types