diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-03-20 14:05:57 +0000 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-03-20 14:05:57 +0000 |
commit | 0ceb2b6f579c94fe82dbe17e073408145f637fcb (patch) | |
tree | 4c2444d6d13538af5369f51ef1b1e695b7a937a6 /Everything.agda | |
parent | 2d204577f2e2f1a7e097971938561ad92b613d92 (diff) |
Rename Pseudocode.Types to something more sensible
Diffstat (limited to 'Everything.agda')
-rw-r--r-- | Everything.agda | 6 |
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 |