summaryrefslogtreecommitdiff
path: root/compiler/codeGen/ClosureInfo.lhs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/codeGen/ClosureInfo.lhs-boot')
-rw-r--r--compiler/codeGen/ClosureInfo.lhs-boot6
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/codeGen/ClosureInfo.lhs-boot b/compiler/codeGen/ClosureInfo.lhs-boot
new file mode 100644
index 0000000000..b069905d3e
--- /dev/null
+++ b/compiler/codeGen/ClosureInfo.lhs-boot
@@ -0,0 +1,6 @@
+\begin{code}
+module ClosureInfo where
+
+data LambdaFormInfo
+data ClosureInfo
+\end{code} \ No newline at end of file