Re-exports§
pub use clauses::program_clauses_for_env;pub use solve::Guidance;pub use solve::Solution;pub use solve::Solver;pub use solve::SubstitutionResult;
Modules§
- clauses
- coherence
- coinductive_
goal - display
- ext
- goal_
builder - infer
- logging
- logging_
db - Provides wrappers over
RustIrDatabasewhich record used definitions and write.chalkfiles containing those definitions. - rust_ir
- Contains the definition for the “Rust IR” – this is basically a “lowered” version of the AST, roughly corresponding to [the HIR] in the Rust compiler.
- solve
- split
- wf
Macros§
Traits§
- Rust
IrDatabase - Trait representing access to a database of rust types.