From 0ceb2b6f579c94fe82dbe17e073408145f637fcb Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Sun, 20 Mar 2022 14:05:57 +0000 Subject: Rename Pseudocode.Types to something more sensible --- Everything.agda | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Everything.agda') 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 -- cgit v1.2.3