Handle EOFs in the repl
authorLuke Lau <luke_lau@icloud.com>
Sun, 19 May 2019 13:19:07 +0000 (14:19 +0100)
committerLuke Lau <luke_lau@icloud.com>
Mon, 3 Jun 2019 23:11:03 +0000 (00:11 +0100)
commit26a150e2e5b1b1c5bf933c129135f883c832a930
tree91bd3f2fbb1f81659a6e4e6c752c46ed06e8d6db
parent957a4b838f664a06b3e6748cc037337864d5c3f4
Handle EOFs in the repl

This way whenever ^D is typed at the repl, the program gracefully
terminates and prints out the complete module.
Main.hs