Skip to content

Commit 2e01022

Browse files
pwadsworthpetertseng
authored andcommitted
reference/concepts.md: Update concepts completed
1 parent d983c1e commit 2e01022

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

reference/concepts.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The Haskell concept exercises are based on concepts. The list below contains the
2727
- [ ] Tail recursion
2828
- [ ] Type declarations & annotations
2929
- [ ] Immutability
30-
- [ ] Pattern matching
31-
- [ ] Wildcards
32-
- [ ] Guard clauses
30+
- [x] Pattern matching
31+
- [x] Wildcards
32+
- [x] Guard clauses
3333
- [ ] Type inference
3434
- [ ] Polymorphism by default
3535

@@ -67,18 +67,18 @@ The Haskell concept exercises are based on concepts. The list below contains the
6767
- [ ] Resource allocation
6868
- [ ] Scoping
6969
- [ ] Imports
70-
- [ ] Modules
70+
- [x] Modules
7171
- [ ] Namespaces
7272
- [ ] Shadowing
73-
- [ ] Visibility (export or not)
74-
- [ ] Whitespace significant
73+
- [x] Visibility (export or not)
74+
- [x] Whitespace significant
7575
- [ ] String formatting
76-
- [ ] Values
77-
- [ ] Definitions
76+
- [x] Values
77+
- [x] Definitions
7878

7979
### Types
8080

81-
- [ ] Booleans
81+
- [x] Booleans
8282
- [ ] Characters
8383
- [ ] Collections
8484
- [ ] Arrays

0 commit comments

Comments
 (0)