Skip to content

Commit 47ef8bc

Browse files
authored
Consitent solutions reset (#201)
1 parent 3957b53 commit 47ef8bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

exercises/chapter12/test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Test.Main where
22

33
import Prelude
44
import Test.MySolutions
5-
import Test.NoPeeking.Solutions -- Note to reader: Delete this line
5+
import Test.NoPeeking.Solutions -- Note to reader: Delete this line
66

77
import Data.Array ((..))
88
import Data.Bifunctor (lmap)

exercises/chapter4/test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Test.Main where
33
import Prelude
44
import Test.Examples
55
import Test.MySolutions
6-
import Test.NoPeeking.Solutions
6+
import Test.NoPeeking.Solutions -- Note to reader: Delete this line
77
import Data.Array (sort)
88
import Data.Maybe (Maybe(..))
99
import Data.Path (filename, root)

exercises/chapter5/test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Test.Main where
22

33
import Prelude
44
import Test.MySolutions
5-
import Test.NoPeeking.Solutions
5+
import Test.NoPeeking.Solutions -- Note to reader: Delete this line
66

77
import Data.Int(round)
88
import Data.Maybe(Maybe(Just, Nothing))

exercises/chapter8/test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Test.Main where
22

33
import Prelude
44
import Test.MySolutions
5-
import Test.NoPeeking.Solutions
5+
import Test.NoPeeking.Solutions -- Note to reader: Delete this line
66
import Data.AddressBook (examplePerson, PhoneType(..))
77
import Data.Array (filter, null)
88
import Data.List (List(..), foldM, (:))

0 commit comments

Comments
 (0)