From 66fa99f84c918ad3a7680a6df141367c291ceaee Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Fri, 21 Jan 2022 15:20:58 +0000 Subject: Add pseudocode as a data type. --- Everything.agda | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Everything.agda') 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 -- cgit v1.2.3