aboutsummaryrefslogtreecommitdiff
path: root/src/Instructions.hs
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-04-07 23:35:02 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-04-07 23:35:02 +0300
commitb4605da3594b88f34087e4707e3129d98ff99ed6 (patch)
treee4667dc6a748a916d5763d1cc6d25b42fe0d80b5 /src/Instructions.hs
parent5dfcc43bfed0e3db9ec1fdae9dea6eea0c5ca220 (diff)
downloadsuem-b4605da3594b88f34087e4707e3129d98ff99ed6.tar
suem-b4605da3594b88f34087e4707e3129d98ff99ed6.tar.xz
suem-b4605da3594b88f34087e4707e3129d98ff99ed6.zip
Change in modules.
Diffstat (limited to 'src/Instructions.hs')
-rw-r--r--src/Instructions.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Instructions.hs b/src/Instructions.hs
index afdd818..2d84597 100644
--- a/src/Instructions.hs
+++ b/src/Instructions.hs
@@ -3,6 +3,7 @@ module Instructions where
import Prelude hiding (Word)
import Machine
+import Control
import Utils
import Data.IORef