File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ Arguments to_fill {_}.
31
31
- 1. Basic definitions and reasoning
32
32
- 1.1 Defining functions by dependent pattern matching
33
33
- 1.2 Reasoning with [Equations]
34
- - 2. [ With] clauses
35
- - 3. [ Where] clauses
34
+ - 2. With clauses
35
+ - 3. Where clauses
36
36
37
37
*** Prerequisites
38
38
@@ -468,7 +468,7 @@ Admitted.
468
468
469
469
470
470
471
- (** ** 1.2 With clauses
471
+ (** * 2. With clauses
472
472
473
473
The structure of real programs is generally richer than a simple case tree on the
474
474
original arguments.
@@ -611,7 +611,7 @@ Succeed Example testing :
611
611
612
612
613
613
614
- (** ** 1.3 Where Clauses
614
+ (** * 3. Where Clauses
615
615
616
616
As discussed, it often happens that we need to compute intermediate terms
617
617
which is the purpose of the [with] clause.
You can’t perform that action at this time.
0 commit comments