File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Test.Main where
2
2
3
3
import Prelude
4
4
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
6
6
7
7
import Data.Array ((..))
8
8
import Data.Bifunctor (lmap )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Test.Main where
3
3
import Prelude
4
4
import Test.Examples
5
5
import Test.MySolutions
6
- import Test.NoPeeking.Solutions
6
+ import Test.NoPeeking.Solutions -- Note to reader: Delete this line
7
7
import Data.Array (sort )
8
8
import Data.Maybe (Maybe (..))
9
9
import Data.Path (filename , root )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Test.Main where
2
2
3
3
import Prelude
4
4
import Test.MySolutions
5
- import Test.NoPeeking.Solutions
5
+ import Test.NoPeeking.Solutions -- Note to reader: Delete this line
6
6
7
7
import Data.Int (round )
8
8
import Data.Maybe (Maybe (Just, Nothing))
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Test.Main where
2
2
3
3
import Prelude
4
4
import Test.MySolutions
5
- import Test.NoPeeking.Solutions
5
+ import Test.NoPeeking.Solutions -- Note to reader: Delete this line
6
6
import Data.AddressBook (examplePerson , PhoneType (..))
7
7
import Data.Array (filter , null )
8
8
import Data.List (List (..), foldM , (:))
You can’t perform that action at this time.
0 commit comments