Skip to content

Commit b583139

Browse files
committed
Rename 'Count characters in your string' module
1 parent 71012d8 commit b583139

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Count.hs renamed to src/Count4.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Count (count) where
1+
module Count4 (count) where
22

33
-- https://www.codewars.com/kata/52efefcbcdf57161d4000091/train/haskell
44

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
module CountSpec where
1+
module Count4Spec where
22

3-
import Count (count)
3+
import Count4 (count)
44
import Test.Hspec
55

66
spec :: Spec

0 commit comments

Comments
 (0)