diff options
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 cd0f148..2f76af0 100644 --- a/Everything.agda +++ b/Everything.agda @@ -84,6 +84,9 @@ import Helium.Algebra.Structures -- Definition of types and operations used by the Armv8-M pseudocode. import Helium.Data.Pseudocode.Algebra +-- A proof of correctness for Barrett reduction. +import Helium.Data.Pseudocode.Algebra.Barrett + -- Algebraic properties of types used by the Armv8-M pseudocode. import Helium.Data.Pseudocode.Algebra.Properties |