|
The state of the REPL.
Author: Michael Hanus
Version: October 2021
initReplState
:: CCDescription -> IO ReplState
Initial state of REPL w.r.t. |
mainExpFile
:: ReplState -> String
|
loadPaths
:: ReplState -> [String]
|
writeVerboseInfo
:: ReplState -> Int -> String -> IO ()
Show an info message for a given verbosity level |
Constructors:
ReplState
:: CCDescription -> String -> [(String,String)] -> Int -> [String] -> [String] -> String -> String -> [String] -> String -> String -> Int -> Bool -> Bool -> Bool -> Bool -> Bool -> String -> String -> [CCOptionImpl] -> Bool -> Int -> [(String,(String,Handle))] -> ReplState
Fields:
compiler
:: CCDescription
usingOption
:: String
rcVars
:: [(String,String)]
verbose
:: Int
libPaths
:: [String]
importPaths
:: [String]
preludeName
:: String
currMod
:: String
addMods
:: [String]
mainExpMod
:: String
prompt
:: String
timeOut
:: Int
showTime
:: Bool
withEcho
:: Bool
withShow
:: Bool
showBindings
:: Bool
safeExec
:: Bool
parseOpts
:: String
rtsArgs
:: String
cmpOpts
:: [CCOptionImpl]
quit
:: Bool
exitStatus
:: Int
sourceguis
:: [(String,(String,Handle))]
Initial state of REPL w.r.t. a compiler description |
|
|
Show an info message for a given verbosity level |