hslua-module-system-0.1.0: Lua module wrapper around Haskell's System module.

Copyright© 2019 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <albert+hslua@zeitkraut.de>
Stabilityalpha
PortabilityRequires language extensions ForeignFunctionInterface, OverloadedStrings.
Safe HaskellNone
LanguageHaskell2010

Foreign.Lua.Module.System

Description

Provide a Lua module containing a selection of System functions.

Synopsis

Documentation

pushModule :: Lua NumResults Source #

Pushes the text module to the lua stack.

preloadModule :: String -> Lua () Source #

Add the text module under the given name to the table of preloaded packages.