-
Notifications
You must be signed in to change notification settings - Fork 0
/
haskell-first-principals.code-workspace
113 lines (113 loc) · 1.67 KB
/
haskell-first-principals.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"folders": [
{
"path": "ch-03/hello-haskell"
},
{
"path": "ch-04/strings"
},
{
"path": "ch-05/basic-data-types"
},
{
"path": "ch-06/types"
},
{
"path": "ch-07/type-classes"
},
{
"path": "ch-08/functions"
},
{
"path": "ch-09/recursion"
},
{
"path": "ch-10/cipher-app"
},
{
"path": "ch-10/lists"
},
{
"path": "ch-11/folds"
},
{
"path": "ch-12/algebraic-data-types"
},
{
"path": "ch-13/root-project"
},
{
"path": "ch-13/dependent-project"
},
{
"path": "ch-13/hangman-app"
},
{
"path": "ch-13/palindrome-app"
},
{
"path": "ch-13/person-app"
},
{
"path": "ch-14/arithmetic-app"
},
{
"path": "ch-14/morse-code-app"
},
{
"path": "ch-14/testing"
},
{
"path": "ch-15/chapter-app"
},
{
"path": "ch-15/monoid"
},
{
"path": "ch-15/semigroup"
},
{
"path": "ch-16/functors"
},
{
"path": "ch-17/applicative"
},
{
"path": "ch-18/monad-spooky-no"
},
{
"path": "ch-19/abstract-structure-applied"
},
{
"path": "ch-19/url-shortener"
},
{
"path": "ch-20/foldable"
},
{
"path": "ch-21/traversable"
},
{
"path": "ch-22/reader"
},
{
"path": "ch-22/url-shortener"
},
{
"path": "ch-23/state"
},
{
"path": "ch-24/parser-combinators"
},
{
"path": "ch-25/composing-types"
},
{
"path": "ch-26/monad-transformers"
},
{
"path": "ch-29/io"
},
],
"settings": {}
}