Skip to content

Commit 597505e

Browse files
author
Benjamin Pierce
committed
r4293
1 parent df7d71f commit 597505e

File tree

339 files changed

+343
-343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+343
-343
lines changed

lf-current/AltAuto.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@ <h1 class="libtitle">AltAuto<span class="subtitle">A Streamlined Treatment of Au
24172417
</div>
24182418
<div class="code">
24192419

2420-
<span class="comment">(*&nbsp;2024-12-24&nbsp;15:14&nbsp;*)</span><br/>
2420+
<span class="comment">(*&nbsp;2024-12-24&nbsp;21:09&nbsp;*)</span><br/>
24212421
</div>
24222422
</div>
24232423

lf-current/AltAuto.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,4 +1832,4 @@ Definition manual_grade_for_nor_intuition : option (nat*string) := None.
18321832
18331833
- Ltac functions and [match goal] *)
18341834

1835-
(* 2024-12-24 15:14 *)
1835+
(* 2024-12-24 21:09 *)

lf-current/AltAutoTest.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,4 @@ idtac "---------- nor_intuition ---------".
255255
idtac "MANUAL".
256256
Abort.
257257

258-
(* 2024-12-24 15:15 *)
258+
(* 2024-12-24 21:10 *)

lf-current/Auto.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ <h1 class="libtitle">Auto<span class="subtitle">More Automation</span></h1>
910910
<span class="id" title="keyword">Proof</span>.<br/>
911911
&nbsp;&nbsp;<span class="id" title="tactic">intros</span> <span class="id" title="var">P</span> <span class="id" title="var">Q</span> <span class="id" title="var">HP</span> <span class="id" title="var">HQ</span>. <span class="id" title="tactic">destruct</span> <span class="id" title="var">HP</span> <span class="id" title="keyword">as</span> [<span class="id" title="var">y</span> <span class="id" title="var">HP'</span>]. <span class="id" title="tactic">eauto</span>.<br/>
912912
<span class="id" title="keyword">Qed</span>.<br/><hr class='doublespaceincode'/>
913-
<span class="comment">(*&nbsp;2024-12-24&nbsp;15:14&nbsp;*)</span><br/>
913+
<span class="comment">(*&nbsp;2024-12-24&nbsp;21:09&nbsp;*)</span><br/>
914914
</div>
915915
</div>
916916

lf-current/Auto.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,4 +740,4 @@ Proof.
740740
intros P Q HP HQ. destruct HP as [y HP']. eauto.
741741
Qed.
742742

743-
(* 2024-12-24 15:14 *)
743+
(* 2024-12-24 21:09 *)

lf-current/AutoTest.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ idtac "".
6363
idtac "********** Advanced **********".
6464
Abort.
6565

66-
(* 2024-12-24 15:15 *)
66+
(* 2024-12-24 21:10 *)

lf-current/Basics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2712,7 +2712,7 @@ <h1 class="libtitle">Basics<span class="subtitle">Functional Programming in Coq<
27122712
</div>
27132713
<div class="code">
27142714

2715-
<span class="comment">(*&nbsp;2024-12-24&nbsp;15:14&nbsp;*)</span><br/>
2715+
<span class="comment">(*&nbsp;2024-12-24&nbsp;21:09&nbsp;*)</span><br/>
27162716
</div>
27172717
</div>
27182718

lf-current/Basics.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2035,4 +2035,4 @@ Example test_bin_incr6 :
20352035
output. But since they have to be graded by a human, the test
20362036
script won't be able to tell you much about them. *)
20372037

2038-
(* 2024-12-24 15:14 *)
2038+
(* 2024-12-24 21:09 *)

lf-current/BasicsTest.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,4 +521,4 @@ idtac "".
521521
idtac "********** Advanced **********".
522522
Abort.
523523

524-
(* 2024-12-24 15:14 *)
524+
(* 2024-12-24 21:09 *)

lf-current/Bib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h1 class="libtitle">Bib<span class="subtitle">Bibliography</span></h1>
8484
</div>
8585
<div class="code">
8686

87-
<span class="comment">(*&nbsp;2024-12-24&nbsp;15:14&nbsp;*)</span><br/>
87+
<span class="comment">(*&nbsp;2024-12-24&nbsp;21:09&nbsp;*)</span><br/>
8888
</div>
8989
</div>
9090

0 commit comments

Comments
 (0)