Skip to content

Commit 9f63d8a

Browse files
author
ahrens
committed
removed vernaculars with side effects II
1 parent 6efa830 commit 9f63d8a

File tree

5 files changed

+3
-11
lines changed

5 files changed

+3
-11
lines changed

PROP_untyped/ex_ulcbeta.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Unset Strict Implicit.
77
Unset Automatic Introduction.
88
Unset Transparent Obligations.
99

10-
Check INITIAL_INEQ_REP.
10+
(* Check INITIAL_INEQ_REP. *)
1111

1212
Inductive Lambda_index := ABS | APP.
1313

PROP_untyped/prop_arities_initial.v

+1-2
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ Proof.
277277
rew (retakl P).
278278
Qed.
279279

280-
Print Assumptions sub_struct.
281280

282281
Definition subst_module_mor (P : REP S) := Build_RModule_Hom (sub_struct P).
283282

@@ -1013,4 +1012,4 @@ Program Instance INITIAL_INEQ_REP : Initial INEQ_REP := {
10131012
End subcat.
10141013
End S_Mods_and_Eqs.
10151014

1016-
Print Assumptions INITIAL_INEQ_REP.
1015+
(* Print Assumptions INITIAL_INEQ_REP. *)

RPCF/RPCF_INIT.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ Program Instance PCF_initial : Initial REP := {
174174
InitMorUnique R := @initR_unique R
175175
}.
176176

177-
Print Assumptions PCF_initial.
177+
(* Print Assumptions PCF_initial. *)

RPCF/RPCF_rep_cat.v

-2
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,5 @@ Proof.
248248
auto.
249249
Qed.
250250

251-
Print Assumptions REP_s.
252-
253251
Canonical Structure REP : Cat := Build_Cat REP_s.
254252

RPCF/RPCF_syntax_init.v

-5
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,6 @@ Proof.
255255
auto.
256256
Qed.
257257

258-
Print nat.
259-
Check IPO.
260-
Check SM_ind.
261-
262-
263258

264259
Lemma init_subst V t (y : PCF V t) W (f : IDelta _ V ---> PCFE W):
265260
init (y >>= f) =

0 commit comments

Comments
 (0)