• Sumit Sahrawat's avatar
    Fix #597: Implement is_complete_{request,reply} · e4e026cb
    Sumit Sahrawat authored
    These messages are used by console frontends to check whether the
    current input is complete or not. If it is not complete, the next line
    is treated as the continuation of the code, and a '...' prompt is used
    to show that.
    
    To provide support for qtconsole, I have made it such that IHaskell
    always responds to an is_complete_request by saying that the code is
    complete, which only allows for single line inputs.
    e4e026cb
Name
Last commit
Last update
..
Message Loading commit data...
EasyKernel.hs Loading commit data...
Kernel.hs Loading commit data...
Types.hs Loading commit data...
ZeroMQ.hs Loading commit data...