Copyright | © 2017 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+hslua@zeitkraut.de> |
Stability | beta |
Portability | GeneralizedNewtypeDeriving |
Safe Haskell | None |
Language | Haskell98 |
The core Lua types, including mappings of Lua types to Haskell.
Documentation
Lua computation
runLuaWith :: LuaState -> Lua a -> IO a Source #
Run lua computation with custom lua state. Errors are left unhandled, the caller of this function is responsible to catch lua errors.