Re: Quoting a quasi-quote

2011-07-27 Thread Jonas Almström Duregård
asgow-haskell-users-boun...@haskell.org > [mailto:glasgow-haskell-users- > | boun...@haskell.org] On Behalf Of Simon Marlow > | Sent: 11 July 2011 13:43 > | To: g...@sefer.org > | Cc: GHC users; Ben Millwood > | Subject: Re: Quoting a quasi-quote > | > | On 30/06/2011 14:52, Yi

RE: Quoting a quasi-quote

2011-07-26 Thread Simon Peyton-Jones
ginal Message- | From: glasgow-haskell-users-boun...@haskell.org [mailto:glasgow-haskell-users- | boun...@haskell.org] On Behalf Of Simon Marlow | Sent: 11 July 2011 13:43 | To: g...@sefer.org | Cc: GHC users; Ben Millwood | Subject: Re: Quoting a quasi-quote | | On 30/06/2011 14:52, Yitzchak Gale

Re: Quoting a quasi-quote

2011-07-11 Thread Simon Marlow
On 30/06/2011 14:52, Yitzchak Gale wrote: It was pointed out by Ben Millwood on the Cafe that there is an undocumented way to escape the closing oxford bracket of a quasi-quote using a backslash: [s|This quasi-quote contains this, \|], an escaped closing oxford bracket.|] The backslash itself c

Quoting a quasi-quote

2011-06-30 Thread Yitzchak Gale
It was pointed out by Ben Millwood on the Cafe that there is an undocumented way to escape the closing oxford bracket of a quasi-quote using a backslash: [s|This quasi-quote contains this, \|], an escaped closing oxford bracket.|] The backslash itself cannot be escaped in this way: [s|Also conta