Skip to content

Commit 9cf8cba

Browse files
authored
Rename booleans Concept Exercise to use story/theme (#254)
1 parent 89af26a commit 9cf8cba

File tree

12 files changed

+6
-6
lines changed

12 files changed

+6
-6
lines changed

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"exercises": {
4040
"concept": [
4141
{
42-
"slug": "booleans",
43-
"name": "Booleans",
42+
"slug": "annalyns-infiltration",
43+
"name": "Annalyn's Infiltration",
4444
"uuid": "f1eb2cab-d6bc-447a-bce3-6780c44e4b22",
4545
"concepts": [
4646
"booleans"
File renamed without changes.

exercises/concept/booleans/.docs/instructions.md renamed to exercises/concept/annalyns-infiltration/.docs/instructions.md

File renamed without changes.

exercises/concept/booleans/.docs/introduction.md renamed to exercises/concept/annalyns-infiltration/.docs/introduction.md

File renamed without changes.
File renamed without changes.

exercises/concept/booleans/.meta/Exemplar.purs renamed to exercises/concept/annalyns-infiltration/.meta/Exemplar.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Booleans where
1+
module AnnalynsInfiltration where
22

33
import Prelude
44

exercises/concept/booleans/.meta/config.json renamed to exercises/concept/annalyns-infiltration/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"files": {
66
"solution": [
7-
"src/Booleans.purs"
7+
"src/AnnalynsInfiltration.purs"
88
],
99
"test": [
1010
"test/Main.purs"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)