diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-01-07 13:36:42 +0000 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-01-07 13:36:42 +0000 |
commit | 1f718c9dbe48934edf115aef285c5aeaa2dfb20d (patch) | |
tree | ea48b7503bc2e7a7b2e431816a2d3adb2cbd1de4 /Everything.agda | |
parent | d84082ef65e311626e73af8e860723dd9d1e6b4f (diff) |
Add some required algebraic types.
Diffstat (limited to 'Everything.agda')
-rw-r--r-- | Everything.agda | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Everything.agda b/Everything.agda index 5f0a173..1acafde 100644 --- a/Everything.agda +++ b/Everything.agda @@ -8,6 +8,21 @@ module Everything where +-- Definitions for more algebraic structures +import Helium.Algebra.Bundles + +-- Relations between properties of functions when the underlying relation is a setoid +import Helium.Algebra.Consequences.Setoid + +-- More core algebraic definitions +import Helium.Algebra.Core + +-- More properties of functions +import Helium.Algebra.Definitions + +-- Some more algebraic structures +import Helium.Algebra.Structures + -- Definition of types and operations used by the Armv8-M pseudocode. import Helium.Data.Pseudocode |