chase-rs/src/lib.rs
2026-03-09 11:22:38 +01:00

5 lines
135 B
Rust

pub mod chase;
// Re-export main types for convenience
pub use chase::{Atom, ChaseResult, Instance, Rule, Substitution, Term, chase};