summaryrefslogtreecommitdiff
path: root/app/Compiler.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Compiler.hs')
-rw-r--r--app/Compiler.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Compiler.hs b/app/Compiler.hs
index 749ecdb..afa7e71 100644
--- a/app/Compiler.hs
+++ b/app/Compiler.hs
@@ -3,7 +3,8 @@ module Compiler where
import Data.Char (isUpper)
import qualified Data.Map as M
-import Code (Code, Datum(..), Heap, Instr(..), heapStruct)
+import Code (Code, Datum(..), Heap, Instr(..))
+import Heap (heapStruct)
import IR (Id(..), PrlgInt(..), StrTable(..))
desugarPrlg :: Int -> PrlgInt -> PrlgInt