-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Isocline-based Lua REPL -- -- An embeddable Lua REPL built with Isocline and HsLua. @package hslua-repl @version 0.1.0 -- | Embeddable Lua interpreter interface. module HsLua.REPL -- | Run a Lua repl. repl :: LuaError e => LuaE e NumResults -- | Setup a new repl. Prints the version and extra info before the first -- prompt. setup :: Config -> LuaE e () -- | Lua runner command line options. data Config Config :: Text -> Text -> Maybe FilePath -> Config [replPrompt] :: Config -> Text [replInfo] :: Config -> Text [replHistory] :: Config -> Maybe FilePath defaultConfig :: Config