Skip to content

Commit 9ace96a

Browse files
committed
two adaptations to ArToSig now being defined through foldr1_map
1 parent fb7ffc2 commit 9ace96a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Modules/Signatures/BindingSig.v

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ Section EpiSignatureSig.
202202
+ intros n ar HI m epi_ar.
203203
intros M N f epif.
204204
unfold ArToSig, Arity_to_Signature.
205-
rewrite 2!map_cons.
206-
rewrite foldr1_cons.
205+
rewrite foldr1_map_cons.
207206
apply isEpi_binProdSig.
208207
* apply precompEpiFunc.
209208
* exact epi_ar.
@@ -224,8 +223,7 @@ Section EpiSignatureSig.
224223
+ intros n ar HI m epi_ar.
225224
intros R epiR.
226225
unfold ArToSig, Arity_to_Signature.
227-
rewrite 2!map_cons.
228-
rewrite foldr1_cons.
226+
rewrite foldr1_map_cons.
229227
apply preserveEpi_binProdFunc.
230228
* apply productEpisSET.
231229
* apply precompEpiEpiFunc.

0 commit comments

Comments
 (0)