File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ community: true
66action : true
77plugin : true
88doi : 10.4230/LIPIcs.CSL.2012.399
9- branch : master
9+ branch : ' master'
1010
1111synopsis : Plugin for generating parametricity statements to perform refinement proofs
1212
@@ -59,6 +59,8 @@ namespace: Param
5959
6060opam-file-maintainer :
' Pierre Roux <[email protected] >' 6161
62+ opam-file-version : ' dev'
63+
6264tested_coq_opam_versions :
6365- version : ' dev'
6466
@@ -112,7 +114,7 @@ documentation: |-
112114 ```
113115
114116 Note that translating a term or module may lead to proof obligations (for some
115- fixpoints and opaque terms if you did not import `ProofIrrelevence`). You can
117+ fixpoints and opaque terms if you did not import `ProofIrrelevence`). You need to
116118 declare a tactic to solve such proof obligations:
117119 ```coq
118120 [Global|Local] Parametricity Tactic := <tactic>.
You can’t perform that action at this time.
0 commit comments