diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-04-07 17:58:39 +0100 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-04-07 17:58:39 +0100 |
commit | 662ca19ed7dabecdf17cdd555132f106bb768e58 (patch) | |
tree | f13341097e3caf02869f4951619f842d60bd20f2 /Everything.agda | |
parent | e2b91853b58c57b8ad616e728bc55e3570490343 (diff) |
Add a new ring solver tactic.
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 039338b..cd0f148 100644 --- a/Everything.agda +++ b/Everything.agda @@ -125,3 +125,6 @@ import Helium.Semantics.Axiomatic.Triple -- Base definitions for the denotational semantics. import Helium.Semantics.Denotational.Core + +-- Ring solver tactic using integers as coefficients +import Helium.Tactic.CommutativeRing.NonReflective |