[Haskell-cafe] Summer of Code idea: Haskell Web Toolkit

Christopher Done chrisdone at googlemail.com
Wed Mar 7 08:25:50 CET 2012


On 7 March 2012 06:14, Bardur Arantsson <spam at scientician.net> wrote:
> We get the output
>
>> function (param0_0){var var_1 = true;return var_1;}(3);
>
> But this is invalid syntax in JavaScript, and should really be
>
>> (function (param0_0){var var_1 = true;return var_1;})(3);

Right, that's one of the ones I picked up in HJavascript. Didn't
realise (or remember) it was present in HJScript, supposing that it
had its own pretty printer. Other stuff like this is present in the
HJavascript GADT.



More information about the Haskell-Cafe mailing list