File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,40 +10,40 @@ The score refers to the number of rounds I won.
10
10
I hope you can learn something through this repository.
11
11
12
12
## Catalogue
13
- - [ Week 5: Basic Syntax of Ocaml] ( ../tree/main/ Week_05/)
13
+ - [ Week 5: Basic Syntax of Ocaml] ( Week_05/ )
14
14
- Pre-defined Constants and Operators
15
15
- Pairs, Tuples and Records
16
16
- Pattern-matching
17
17
- ` match ` and ` if `
18
18
- Lists
19
19
- Recursive Functions
20
20
21
- - [ Week 6: User-defined Datatypes] ( ../tree/main/ Week_06/)
21
+ - [ Week 6: User-defined Datatypes] ( Week_06/ )
22
22
- Enumeration Types
23
23
- Sum Types (constructor)
24
24
- Option
25
25
26
- - [ Week 7: A closer Look at Funcitons (Part One)] ( ../tree/main/ Week_07/)
26
+ - [ Week 7: A closer Look at Funcitons (Part One)] ( Week_07/ )
27
27
- Higher-order Functions
28
28
- Anonymous Functions ($\lambda$-Calculus)
29
29
30
- - [ Week 8: A closer Look at Funcitons (Part Two)] ( ../tree/main/ Week_08/)
30
+ - [ Week 8: A closer Look at Funcitons (Part Two)] ( Week_08/ )
31
31
- Tail Calls
32
32
- Polymorphic Functions and Datatypes
33
33
34
- - [ Week 9: Practical Features of Ocaml] ( ../tree/main/ Week_09/)
34
+ - [ Week 9: Practical Features of Ocaml] ( Week_09/ )
35
35
- Exceptions
36
36
- Input and Output as Side-effects
37
37
- Sequences
38
38
39
- - [ Week 10: The Module System of Ocaml] ( ../tree/main/ Week_10/)
39
+ - [ Week 10: The Module System of Ocaml] ( Week_10/ )
40
40
- Modules
41
41
- Signatures
42
42
- Information Hiding
43
43
- Functors
44
44
- Separate Compilation
45
45
46
- - [ Week 13: Parallel Programming] ( ../tree/main/ Week_13/)
46
+ - [ Week 13: Parallel Programming] ( Week_13/ )
47
47
- Channels
48
48
- Selevtive Communication
49
49
- Threads and Exceptions
You can’t perform that action at this time.
0 commit comments