Re: Any changes on splice syntax in GHC6.4
WANG Meng <[email protected]> Thu, 31 Mar 2005 11:45:39 +0800 (GMT-8)
| Newsgroups | gmane.comp.lang.haskell.template |
|---|---|
| Message-ID | <[email protected]> |
Do you mean this? Prelude> $([|3|]) <interactive>:1: parse error on input `$' It also does not work :( -W-M- @ @ | \_/ On Wed, 30 Mar 2005, Lemmih wrote: > 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 >