Skip to content

Commit 8016883

Browse files
palmskogproux01
andauthored
More precision about tactic for solving obligations
Co-authored-by: Pierre Roux <pierre.roux@onera.fr>
1 parent 05299eb commit 8016883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Realizer <constant_or_variable> [as <name>] [arity <n>] := <term>.
120120
```
121121

122122
Note that translating a term or module may lead to proof obligations (for some
123-
fixpoints and opaque terms if you did not import `ProofIrrelevence`). You can
123+
fixpoints and opaque terms if you did not import `ProofIrrelevence`). You need to
124124
declare a tactic to solve such proof obligations:
125125
```coq
126126
[Global|Local] Parametricity Tactic := <tactic>.

0 commit comments

Comments
 (0)