The vcgen tactic, split across the modules above.
VCGen.Reduce— SymM head-redex reducer.VCGen.SpecDB—SpecTheoreminstantiation, simp-side migration, andfindSpecslookup.VCGen.RuleConstruction— SymM rule constructors from spec/simp/split info.VCGen.Context—VCGenM, itsContext/State, the bundle of pre-built rules.VCGen.EPost— exception-postcondition decomposition helpers.VCGen.Util— generic VCGenM helpers (introsHygienic,simpGoalTelescope,solveTrivialConjuncts).VCGen.RuleCache— VCGenM cache wrappers around the SymM rule constructors.VCGen.Entails— entailment-shaped goal decomposition (Triple unfolding, state/precondition intro, EPost and lattice steps).VCGen.Solve— the mainsolvestep /SolveResult.VCGen.Driver— the worklist driver (work,emitVC,main,Result).VCGen.Frontend— thevcgensyntax + tactic elaborator +mkSpecContext.