Skip to content

Commit d902193

Browse files
Typos Tutorial_Equations_basics.v
1 parent d9c8205 commit d902193

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Tutorial_Equations_basics.v

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Arguments to_fill {_}.
3131
- 1. Basic definitions and reasoning
3232
- 1.1 Defining functions by dependent pattern matching
3333
- 1.2 Reasoning with [Equations]
34-
- 2. [With] clauses
35-
- 3. [Where] clauses
34+
- 2. With clauses
35+
- 3. Where clauses
3636
3737
*** Prerequisites
3838
@@ -468,7 +468,7 @@ Admitted.
468468

469469

470470

471-
(** ** 1.2 With clauses
471+
(** * 2. With clauses
472472
473473
The structure of real programs is generally richer than a simple case tree on the
474474
original arguments.
@@ -611,7 +611,7 @@ Succeed Example testing :
611611

612612

613613

614-
(** ** 1.3 Where Clauses
614+
(** * 3. Where Clauses
615615
616616
As discussed, it often happens that we need to compute intermediate terms
617617
which is the purpose of the [with] clause.

0 commit comments

Comments
 (0)