1
Fork 0

impossible obligations check fast path

This commit is contained in:
lcnr 2024-10-10 09:26:49 +00:00 committed by Michael Goulet
parent a1eceec00b
commit d6fd45c2e3
8 changed files with 90 additions and 45 deletions

View file

@ -6,6 +6,7 @@ pub mod inspect;
mod normalize;
mod select;
pub(crate) use delegate::SolverDelegate;
pub use fulfill::{FulfillmentCtxt, NextSolverError};
pub(crate) use normalize::deeply_normalize_for_diagnostics;
pub use normalize::{deeply_normalize, deeply_normalize_with_skipped_universes};