diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-10-04 20:25:22 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | 77968899b90cd9afe2ed2668b290b66cb553ced2 (patch) | |
| tree | 4446ab6257f21603b45e04fadd4deeae231bffc9 /src/Utils.hs | |
| parent | c1713b4ea6c542fa2fe0d66b51c5b7b27fedf57a (diff) | |
Implement naive export system
Diffstat (limited to 'src/Utils.hs')
| -rw-r--r-- | src/Utils.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Utils.hs b/src/Utils.hs index 2a2f607..1e9afc5 100644 --- a/src/Utils.hs +++ b/src/Utils.hs @@ -18,7 +18,8 @@ data Config = Config { configVerboseMode :: Bool, configShowHelp :: Bool, configPrintEvaled :: Bool, - configPrintCallStack :: Bool + configPrintCallStack :: Bool, + configUseREPL :: Bool } type LContext a = ReaderT Config (ExceptT LException IO) a |
