sdiehl / write-you-a-haskell

Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentence construction

NicolasT opened this issue · comments

In the REPL section of the Parsers section, there's a rather strange sentence (to me at least):

When the user pressed enters a EOF or sends a SIGQUIT to input, getInputLine will yield Nothing and can handle the exit logic.

I believe the first part, "the user pressed enters a EOF", needs some tweaking.

Thanks for catching that.