Structs§
- Context
- Ordered store of specs keyed by
(repository, name)and grouped intoLemmaSpecSets. - Engine
- Engine for evaluating Lemma rules.
- Errors
- Load failure: errors plus the source texts we attempted to load.
- Resolved
Repository - A loaded repository with all its spec sets.
Functions§
- collect_
lemma_ sources - Collect
.lemmasource texts from filesystem paths (paths and one-level directories). Does not touch anEngine; pair withEngine::load/Engine::load_batch.