Module REPL.State

Author
Michael Hanus
Version
March 2023

The state of the REPL.

Exported Datatypes:

Exported Datatypes


data ReplState

Constructors:


Exported Functions


initReplState :: CCDescription -> IO ReplState  Deterministic 

Initial state of REPL w.r.t. a compiler description


mainExpFile :: ReplState -> String  Deterministic 

Further infos:
  • solution complete, i.e., able to compute all solutions

loadPaths :: ReplState -> [String]  Deterministic 

Further infos:
  • solution complete, i.e., able to compute all solutions

writeVerboseInfo :: ReplState -> Int -> String -> IO ()  Deterministic 

Show an info message for a given verbosity level