Re: Any changes on splice syntax in GHC6.4

Lemmih <[email protected]> Wed, 30 Mar 2005 20:39:16 +0200
Newsgroups gmane.comp.lang.haskell.template
Message-ID <[email protected]>
On Thu, 31 Mar 2005 02:28:43 +0800 (GMT-8), WANG Meng
<[email protected]> wrote:
> Hi All,
> 
> Any of you knows whether there are any changes on splice syntax in GHC6.4?
> 
> Prelude> $[|1|]
> <interactive>:1: parse error on input `$'
> 
> What is the reason for this behaviour?

Omitting the parentheses is apparently only allowed for variables.

-- 
Friendly,
  Lemmih