Skip to content

Commit 375537e

Browse files
Format
1 parent 5dcf9be commit 375537e

File tree

6 files changed

+131
-130
lines changed

6 files changed

+131
-130
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"introduction": {
3-
"authors": [
4-
"MatthijsBlom"
5-
]
6-
},
7-
"approaches": [
8-
{
9-
"uuid": "74392bc6-55dd-4386-9104-4123507b1873",
10-
"slug": "string",
11-
"title": "Using String",
12-
"blurb": "Represent text using the String data type and use standard library functions to process it.",
13-
"authors": [
14-
"MatthijsBlom"
15-
]
16-
},
17-
{
18-
"uuid": "6a83ebb1-76a0-4be1-a9fe-c519a97b2707",
19-
"slug": "text",
20-
"title": "Using Text",
21-
"blurb": "Represent text using the more specialized Text data type. Also, use a view pattern to eliminate an unnecessary name.",
22-
"authors": [
23-
"MatthijsBlom"
24-
]
25-
}
2+
"introduction": {
3+
"authors": [
4+
"MatthijsBlom"
265
]
6+
},
7+
"approaches": [
8+
{
9+
"uuid": "74392bc6-55dd-4386-9104-4123507b1873",
10+
"slug": "string",
11+
"title": "Using String",
12+
"blurb": "Represent text using the String data type and use standard library functions to process it.",
13+
"authors": [
14+
"MatthijsBlom"
15+
]
16+
},
17+
{
18+
"uuid": "6a83ebb1-76a0-4be1-a9fe-c519a97b2707",
19+
"slug": "text",
20+
"title": "Using Text",
21+
"blurb": "Represent text using the more specialized Text data type. Also, use a view pattern to eliminate an unnecessary name.",
22+
"authors": [
23+
"MatthijsBlom"
24+
]
25+
}
26+
]
2727
}
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"introduction": {
3-
"authors": [
4-
"MatthijsBlom"
5-
]
6-
},
7-
"approaches": [
8-
{
9-
"uuid": "842d50b4-a990-4004-86a8-4b6d6b86d602",
10-
"slug": "list-of-steps",
11-
"title": "Generate a list of steps",
12-
"blurb": "Generate a list of steps and use its length.",
13-
"authors": [
14-
"MatthijsBlom"
15-
]
16-
},
17-
{
18-
"uuid": "7f4c2d25-f8ae-4836-ae3f-d864ac872ea9",
19-
"slug": "recursion",
20-
"title": "Recursion",
21-
"blurb": "Recurse by hand and use fmap.",
22-
"authors": [
23-
"MatthijsBlom"
24-
]
25-
},
26-
{
27-
"uuid": "e2923819-9e47-4fb6-9327-5212d8cb48bc",
28-
"slug": "worker-wrapper",
29-
"title": "Worker–wrapper",
30-
"blurb": "Use a worker–wrapper construct.",
31-
"authors": [
32-
"MatthijsBlom"
33-
]
34-
}
2+
"introduction": {
3+
"authors": [
4+
"MatthijsBlom"
355
]
6+
},
7+
"approaches": [
8+
{
9+
"uuid": "842d50b4-a990-4004-86a8-4b6d6b86d602",
10+
"slug": "list-of-steps",
11+
"title": "Generate a list of steps",
12+
"blurb": "Generate a list of steps and use its length.",
13+
"authors": [
14+
"MatthijsBlom"
15+
]
16+
},
17+
{
18+
"uuid": "7f4c2d25-f8ae-4836-ae3f-d864ac872ea9",
19+
"slug": "recursion",
20+
"title": "Recursion",
21+
"blurb": "Recurse by hand and use fmap.",
22+
"authors": [
23+
"MatthijsBlom"
24+
]
25+
},
26+
{
27+
"uuid": "e2923819-9e47-4fb6-9327-5212d8cb48bc",
28+
"slug": "worker-wrapper",
29+
"title": "Worker–wrapper",
30+
"blurb": "Use a worker–wrapper construct.",
31+
"authors": [
32+
"MatthijsBlom"
33+
]
34+
}
35+
]
3636
}
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"introduction": {
3-
"authors": [
4-
"MatthijsBlom"
5-
]
6-
},
7-
"approaches": [
8-
{
9-
"uuid": "a507e7c2-4f43-4b91-9b71-739a0e28f153",
10-
"slug": "zipwith",
11-
"title": "zipWith",
12-
"blurb": "Use zipWith and length to count unequal pairs.",
13-
"authors": [
14-
"MatthijsBlom"
15-
]
16-
},
17-
{
18-
"uuid": "998f40e9-359d-490f-a5e0-c1ad0ecaf819",
19-
"slug": "recursion",
20-
"title": "Recursion",
21-
"blurb": "Recurse by hand and use fmap.",
22-
"authors": [
23-
"MatthijsBlom"
24-
]
25-
},
26-
{
27-
"uuid": "941d3f38-6fa7-4c51-9c47-f273de1787be",
28-
"slug": "worker-wrapper",
29-
"title": "Worker–wrapper",
30-
"blurb": "Use a worker–wrapper construct to attain optimal performance.",
31-
"authors": [
32-
"MatthijsBlom"
33-
]
34-
}
2+
"introduction": {
3+
"authors": [
4+
"MatthijsBlom"
355
]
6+
},
7+
"approaches": [
8+
{
9+
"uuid": "a507e7c2-4f43-4b91-9b71-739a0e28f153",
10+
"slug": "zipwith",
11+
"title": "zipWith",
12+
"blurb": "Use zipWith and length to count unequal pairs.",
13+
"authors": [
14+
"MatthijsBlom"
15+
]
16+
},
17+
{
18+
"uuid": "998f40e9-359d-490f-a5e0-c1ad0ecaf819",
19+
"slug": "recursion",
20+
"title": "Recursion",
21+
"blurb": "Recurse by hand and use fmap.",
22+
"authors": [
23+
"MatthijsBlom"
24+
]
25+
},
26+
{
27+
"uuid": "941d3f38-6fa7-4c51-9c47-f273de1787be",
28+
"slug": "worker-wrapper",
29+
"title": "Worker–wrapper",
30+
"blurb": "Use a worker–wrapper construct to attain optimal performance.",
31+
"authors": [
32+
"MatthijsBlom"
33+
]
34+
}
35+
]
3636
}
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"introduction": {
3-
"authors": [
4-
"MatthijsBlom"
5-
]
6-
},
7-
"approaches": [
8-
{
9-
"uuid": "a89d3a43-affc-4dc7-97b7-d5ce9353a8d5",
10-
"slug": "logical-expression",
11-
"title": "Logical expression",
12-
"blurb": "Use logical operators to combine several tests into one.",
13-
"authors": [
14-
"MatthijsBlom"
15-
]
16-
},
17-
{
18-
"uuid": "a6fbc4d9-911b-42cc-aa88-e015dd1f03b0",
19-
"slug": "guards",
20-
"title": "Guards",
21-
"blurb": "Use a sequence of guards.",
22-
"authors": [
23-
"MatthijsBlom"
24-
]
25-
},
26-
{
27-
"uuid": "708be8e8-0a2e-437d-8b39-6df37326890f",
28-
"slug": "conditional-expression",
29-
"title": "Conditional expression",
30-
"blurb": "Use a single conditional expression.",
31-
"authors": [
32-
"MatthijsBlom"
33-
]
34-
}
2+
"introduction": {
3+
"authors": [
4+
"MatthijsBlom"
355
]
6+
},
7+
"approaches": [
8+
{
9+
"uuid": "a89d3a43-affc-4dc7-97b7-d5ce9353a8d5",
10+
"slug": "logical-expression",
11+
"title": "Logical expression",
12+
"blurb": "Use logical operators to combine several tests into one.",
13+
"authors": [
14+
"MatthijsBlom"
15+
]
16+
},
17+
{
18+
"uuid": "a6fbc4d9-911b-42cc-aa88-e015dd1f03b0",
19+
"slug": "guards",
20+
"title": "Guards",
21+
"blurb": "Use a sequence of guards.",
22+
"authors": [
23+
"MatthijsBlom"
24+
]
25+
},
26+
{
27+
"uuid": "708be8e8-0a2e-437d-8b39-6df37326890f",
28+
"slug": "conditional-expression",
29+
"title": "Conditional expression",
30+
"blurb": "Use a single conditional expression.",
31+
"authors": [
32+
"MatthijsBlom"
33+
]
34+
}
35+
]
3636
}
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"introduction": {
3-
"authors": [
4-
"MatthijsBlom"
5-
]
6-
},
7-
"approaches": []
2+
"introduction": {
3+
"authors": [
4+
"MatthijsBlom"
5+
]
6+
}
87
}

exercises/practice/square-root/.meta/config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"authors": ["quintuple-mallard"],
2+
"authors": [
3+
"quintuple-mallard"
4+
],
35
"files": {
46
"solution": [
57
"src/SquareRoot.hs",

0 commit comments

Comments
 (0)