diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-02-02 14:20:14 +0000 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-02-02 14:20:14 +0000 |
commit | 6915398a9facdbd19cbfddb36a912143811e5030 (patch) | |
tree | 06bca812c990ea51c944c616a0444d3343991a8b /Everything.agda | |
parent | e947c8ef6c844b612e7aec9670f67d00008661e3 (diff) |
Add Helium.Data.Pseudocode to Everything.
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 2abf3e9..c88f419 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 instructions using the Armv8-M pseudocode. +import Helium.Data.Pseudocode + -- Definition of the Armv8-M pseudocode. import Helium.Data.Pseudocode.Core |