j
k
j a
j l
Edward Kmett wrote:
You want to use: ...main = do hSetBuffering stdin NoBuffering; c <- getChar
You want to use:
main = do hSetBuffering stdin NoBuffering; c <- getChar
Already tried that. It appears to make no difference.
Back to the thread
Back to the list