Skip to content

Commit

Permalink
simplification: fix comment on remove constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspena authored and nishantjr committed May 5, 2020
1 parent f4b143b commit 38977ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/strategies/simplification.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ We define a similar strategy for quantified implication contexts:
rule removeTrivialEqualities(P, Ps) => P, removeTrivialEqualities(Ps) [owise]
```

### Substitute Equals for equals
### Remove constraints

```
PHI /\ C => PSI
Expand Down

0 comments on commit 38977ab

Please sign in to comment.