File tree 5 files changed +3
-11
lines changed
5 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Unset Strict Implicit.
7
7
Unset Automatic Introduction.
8
8
Unset Transparent Obligations .
9
9
10
- Check INITIAL_INEQ_REP.
10
+ (* Check INITIAL_INEQ_REP. *)
11
11
12
12
Inductive Lambda_index := ABS | APP.
13
13
Original file line number Diff line number Diff line change @@ -277,7 +277,6 @@ Proof.
277
277
rew (retakl P).
278
278
Qed .
279
279
280
- Print Assumptions sub_struct.
281
280
282
281
Definition subst_module_mor (P : REP S) := Build_RModule_Hom (sub_struct P).
283
282
@@ -1013,4 +1012,4 @@ Program Instance INITIAL_INEQ_REP : Initial INEQ_REP := {
1013
1012
End subcat.
1014
1013
End S_Mods_and_Eqs.
1015
1014
1016
- Print Assumptions INITIAL_INEQ_REP.
1015
+ (* Print Assumptions INITIAL_INEQ_REP. *)
Original file line number Diff line number Diff line change @@ -174,4 +174,4 @@ Program Instance PCF_initial : Initial REP := {
174
174
InitMorUnique R := @initR_unique R
175
175
}.
176
176
177
- Print Assumptions PCF_initial.
177
+ (* Print Assumptions PCF_initial. *)
Original file line number Diff line number Diff line change @@ -248,7 +248,5 @@ Proof.
248
248
auto.
249
249
Qed .
250
250
251
- Print Assumptions REP_s.
252
-
253
251
Canonical Structure REP : Cat := Build_Cat REP_s.
254
252
Original file line number Diff line number Diff line change @@ -255,11 +255,6 @@ Proof.
255
255
auto.
256
256
Qed .
257
257
258
- Print nat.
259
- Check IPO.
260
- Check SM_ind.
261
-
262
-
263
258
264
259
Lemma init_subst V t (y : PCF V t) W (f : IDelta _ V ---> PCFE W):
265
260
init (y >>= f) =
You can’t perform that action at this time.
0 commit comments