We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e34cb commit 57fd602Copy full SHA for 57fd602
exercises/Set11a.hs
@@ -17,6 +17,8 @@ import Mooc.Todo
17
-- * replicateM
18
-- * readFile
19
-- * lines
20
+--
21
+-- Do not add any new imports! E.g. Data.IORef is forbidden.
22
23
------------------------------------------------------------------------------
24
-- Ex 1: define an IO operation hello that prints two lines. The
0 commit comments