summaryrefslogtreecommitdiff
path: root/src/LambdaCube/Compiler/CoreToIR.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/LambdaCube/Compiler/CoreToIR.hs')
-rw-r--r--src/LambdaCube/Compiler/CoreToIR.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LambdaCube/Compiler/CoreToIR.hs b/src/LambdaCube/Compiler/CoreToIR.hs
index e0aef2c3..51548cf3 100644
--- a/src/LambdaCube/Compiler/CoreToIR.hs
+++ b/src/LambdaCube/Compiler/CoreToIR.hs
@@ -33,7 +33,8 @@ import qualified LambdaCube.IR as IR
33import qualified LambdaCube.Linear as IR 33import qualified LambdaCube.Linear as IR
34 34
35import LambdaCube.Compiler.Pretty 35import LambdaCube.Compiler.Pretty
36import LambdaCube.Compiler.DeBruijn as I 36import LambdaCube.Compiler.DeBruijn as I (HasFreeVars (..), Rearrange (..),
37 shiftFreeVars, up)
37import LambdaCube.Compiler.DesugaredSource hiding (getTTuple) 38import LambdaCube.Compiler.DesugaredSource hiding (getTTuple)
38import LambdaCube.Compiler.Core (Subst(..), down, nType) 39import LambdaCube.Compiler.Core (Subst(..), down, nType)
39import qualified LambdaCube.Compiler.Core as I 40import qualified LambdaCube.Compiler.Core as I