Skip to content

Commit 57fd602

Browse files
committed
Set 11: add note about no new imports
1 parent 43e34cb commit 57fd602

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/Set11a.hs

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import Mooc.Todo
1717
-- * replicateM
1818
-- * readFile
1919
-- * lines
20+
--
21+
-- Do not add any new imports! E.g. Data.IORef is forbidden.
2022

2123
------------------------------------------------------------------------------
2224
-- Ex 1: define an IO operation hello that prints two lines. The

0 commit comments

Comments
 (0)