git @ Cat's Eye Technologies Philomath / 3b07bc7
Fix typo in comment. Chris Pressey 1 year, 16 days ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2828 }
2929
3030 int proves(struct theorem *t, struct formula *c) {
31 /* Asserts that the theorem p proves the formula c. If it does,
31 /* Asserts that the theorem t proves the formula c. If it does,
3232 a successful system exit code (i.e. 0) is returned, with
3333 which the process may exit. */
3434 assert(t->assumptions == NULL, "proves: proof contains undischarged assumptions");