summaryrefslogtreecommitdiff
path: root/src/LambdaCube/Compiler/Infer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/LambdaCube/Compiler/Infer.hs')
-rw-r--r--src/LambdaCube/Compiler/Infer.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LambdaCube/Compiler/Infer.hs b/src/LambdaCube/Compiler/Infer.hs
index aa79354b..f7f5e809 100644
--- a/src/LambdaCube/Compiler/Infer.hs
+++ b/src/LambdaCube/Compiler/Infer.hs
@@ -37,6 +37,7 @@ import Control.Arrow hiding ((<+>))
37import Control.DeepSeq 37import Control.DeepSeq
38 38
39import LambdaCube.Compiler.Pretty hiding (Doc, braces, parens) 39import LambdaCube.Compiler.Pretty hiding (Doc, braces, parens)
40import LambdaCube.Compiler.Lexer
40import LambdaCube.Compiler.Parser 41import LambdaCube.Compiler.Parser
41 42
42-------------------------------------------------------------------------------- compiled expression representation 43-------------------------------------------------------------------------------- compiled expression representation