diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-01-21 15:20:58 +0000 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-01-21 15:20:58 +0000 |
commit | 66fa99f84c918ad3a7680a6df141367c291ceaee (patch) | |
tree | 66d54664395f9762c55bef8208e614b8e155bf8c /Everything.agda | |
parent | 83f29fdd79665858717790d3213a8dbbd6b693e3 (diff) |
Add pseudocode as a data type.
Diffstat (limited to 'Everything.agda')
-rw-r--r-- | Everything.agda | 3 |
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 |