Putting provers in separate files

This commit is contained in:
2026-02-09 23:26:29 +01:00
parent 3fd8414ba2
commit 70afc2a201
8 changed files with 507 additions and 1 deletions

View File

@ -1,4 +1,8 @@
pub mod and;
pub mod body;
pub mod constraints;
pub mod or;
pub mod predicate;
pub mod tracing;
pub mod unification;