chase-rs/src/lib.rs

5 lines
135 B
Rust
Raw Normal View History

2026-03-09 09:59:10 +01:00
pub mod chase;
// Re-export main types for convenience
2026-03-09 11:22:38 +01:00
pub use chase::{Atom, ChaseResult, Instance, Rule, Substitution, Term, chase};