7 Aug
2007
7 Aug
'07
7:06 p.m.
Great, thank you Tom. On 8/7/07, Thomas Shackell <shackell@cs.york.ac.uk> wrote:
Done, pushed a patch so that now
foreign import javascript "new Date.getTime" getTime :: ....
is correctly parsed and returned as core with
corePrimName = "getTime" corePrimConv = "javascript" corePrimExternal = "new Date.getTime" corePrimImport = True
-- Dimitry Golubovsky Anywhere on the Web