[Haskell-cafe] Re: Error Calling Lua Function

Gracjan Polak gracjanpolak at gmail.com
Sat Oct 23 03:49:29 EDT 2010


Change this:

succ <- Lua.loadfile l "/Haskell2Lua.lua"

into

succ <- Lua.loadfile l "Haskell2Lua.lua"

Note that 0 at the beginning says there was an error loading a script.

I should make it an exception I guess...

-- 
Gracjan




More information about the Haskell-Cafe mailing list