aboutsummaryrefslogtreecommitdiff
path: root/haskell/step0_repl.hs
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/step0_repl.hs')
-rw-r--r--haskell/step0_repl.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/step0_repl.hs b/haskell/step0_repl.hs
index ab83602..6396400 100644
--- a/haskell/step0_repl.hs
+++ b/haskell/step0_repl.hs
@@ -1,4 +1,4 @@
-import Control.Monad
+import System.IO (hFlush, stdout)
import Readline (readline, load_history)