summaryrefslogtreecommitdiff
path: root/app/Env.hs
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2022-11-26 13:35:19 +0100
committerMirek Kratochvil <exa.exa@gmail.com>2022-11-26 13:35:19 +0100
commita26f0f29c02bfb4ec56781397d60abeb498b8c12 (patch)
tree9c351e8d2283a8b2564ea770ca0d42d2c4d30701 /app/Env.hs
parent58367975aed706172487727330670d62fcb0e6d1 (diff)
downloadprlg-a26f0f29c02bfb4ec56781397d60abeb498b8c12.tar.gz
prlg-a26f0f29c02bfb4ec56781397d60abeb498b8c12.tar.bz2
massive cleanup
Diffstat (limited to 'app/Env.hs')
-rw-r--r--app/Env.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Env.hs b/app/Env.hs
index 744762b..e873711 100644
--- a/app/Env.hs
+++ b/app/Env.hs
@@ -1,7 +1,7 @@
module Env where
import Code (Interp(..), PrlgEnv)
-import Control.Monad.Trans.State.Lazy
+import Control.Monad.Trans.State.Lazy (gets, modify)
import qualified IR
withStrTable :: (IR.StrTable -> (IR.StrTable, a)) -> Env.PrlgEnv a