Re: A few small points about GHCi command documentation in section 2.7

2009-12-01 Thread Ian Lynagh
On Thu, Nov 12, 2009 at 04:40:48PM +0200, Yitzchak Gale wrote: > Please add to the documentation for :set prompt: > > If you enclose \i{prompt} in quotes, you can use Haskell > syntax for String literals. > > Actually, :set prompt is nearly useless without quotes, because > GHCi strips off traili

A few small points about GHCi command documentation in section 2.7

2009-11-12 Thread Yitzchak Gale
Please add to the documentation for :set prompt: If you enclose \i{prompt} in quotes, you can use Haskell syntax for String literals. Actually, :set prompt is nearly useless without quotes, because GHCi strips off trailing spaces from commands. We should either add a space at the end of a prompt