Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplus64 committed Jan 28, 2013
1 parent e92f185 commit 7daba5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Test.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import Language.Haskell.Repl
import Control.Monad
main :: IO ()
main = do
r <- newRepl
forever $ do
l <- getLine
promptWith r putStrLn [] l

0 comments on commit 7daba5a

Please sign in to comment.