diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-03-21 16:50:55 +0000 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-03-21 16:50:55 +0000 |
commit | 23e8afe152a84551491594aea133488523525410 (patch) | |
tree | a8480eddd05459bb794679df6116e14182df0f43 /Everything.agda | |
parent | 5202560ea008a76048587f6ab63797f7517fbdc0 (diff) |
Add all-in-one import for Hoare logic semantics.
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 1bebcbe..8245737 100644 --- a/Everything.agda +++ b/Everything.agda @@ -84,6 +84,9 @@ import Helium.Instructions.Core -- Implementation of Barrett reduction. import Helium.Instructions.Instances.Barrett +-- Semantics for the Armv8-M pseudocode using Hoare triples. +import Helium.Semantics.Axiomatic + -- Definition of assertions used in correctness triples import Helium.Semantics.Axiomatic.Assertion |