We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05299eb commit 8016883Copy full SHA for 8016883
README.md
@@ -120,7 +120,7 @@ Realizer <constant_or_variable> [as <name>] [arity <n>] := <term>.
120
```
121
122
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
+fixpoints and opaque terms if you did not import `ProofIrrelevence`). You need to
124
declare a tactic to solve such proof obligations:
125
```coq
126
[Global|Local] Parametricity Tactic := <tactic>.
0 commit comments