File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ The Haskell concept exercises are based on concepts. The list below contains the
27
27
- [ ] Tail recursion
28
28
- [ ] Type declarations & annotations
29
29
- [ ] Immutability
30
- - [ ] Pattern matching
31
- - [ ] Wildcards
32
- - [ ] Guard clauses
30
+ - [x ] Pattern matching
31
+ - [x ] Wildcards
32
+ - [x ] Guard clauses
33
33
- [ ] Type inference
34
34
- [ ] Polymorphism by default
35
35
@@ -67,18 +67,18 @@ The Haskell concept exercises are based on concepts. The list below contains the
67
67
- [ ] Resource allocation
68
68
- [ ] Scoping
69
69
- [ ] Imports
70
- - [ ] Modules
70
+ - [x ] Modules
71
71
- [ ] Namespaces
72
72
- [ ] Shadowing
73
- - [ ] Visibility (export or not)
74
- - [ ] Whitespace significant
73
+ - [x ] Visibility (export or not)
74
+ - [x ] Whitespace significant
75
75
- [ ] String formatting
76
- - [ ] Values
77
- - [ ] Definitions
76
+ - [x ] Values
77
+ - [x ] Definitions
78
78
79
79
### Types
80
80
81
- - [ ] Booleans
81
+ - [x ] Booleans
82
82
- [ ] Characters
83
83
- [ ] Collections
84
84
- [ ] Arrays
You can’t perform that action at this time.
0 commit comments