#4316: Multiline commands in GHCi
------------------------------+---------------------------------------------
  Reporter:  mitar            |          Owner:  vivian          
      Type:  feature request  |         Status:  patch           
  Priority:  normal           |      Milestone:  7.2.1           
 Component:  GHCi             |        Version:  6.12.3          
Resolution:                   |       Keywords:                  
  Testcase:                   |      Blockedby:                  
Difficulty:                   |             Os:  Unknown/Multiple
  Blocking:                   |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown     |  
------------------------------+---------------------------------------------
Changes (by vivian):

  * status:  new => patch


Comment:

 Patch implements multiline commands in GHCi. ({{{do, case, let}}}).

 Patch includes documentation.  The testsuite patch modifies a number of
 GHCi tests that now require an additional blank line after {{{case}}} and
 {{{let}}}.

 #3984 was not modified.

 It would be nice to see this in 7.0.

 The history is not modified as Haskeline would require modification to
 replace the previous n lines with one multiline command.  Also, it might
 be better to allow the user to replay each line at a time, so that an
 error on one line can be changed.  I suppose this depends on whether
 history is used to edit commands or just repeat them.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4316#comment:24>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to