Skip to content
  • vivian's avatar
    multiline commands in GHCi #4316 · 4edbeb14
    vivian authored
    This patch adds support for multiline commands in GHCi.
    
    The first line of input is lexed.  If there is an active
    layout context once the lexer reaches the end of file, the
    user is prompted for more input.
    
    Multiline input is exited by an empty line and can be escaped 
    with a user interrupt.
    
    Multiline mode is toggled with `:set +m`
    4edbeb14