summaryrefslogtreecommitdiff
path: root/compiler/types/TypeRep.lhs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types/TypeRep.lhs-boot')
-rw-r--r--compiler/types/TypeRep.lhs-boot8
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/types/TypeRep.lhs-boot b/compiler/types/TypeRep.lhs-boot
new file mode 100644
index 0000000000..b99fdd3321
--- /dev/null
+++ b/compiler/types/TypeRep.lhs-boot
@@ -0,0 +1,8 @@
+\begin{code}
+module TypeRep where
+
+data Type
+data PredType
+data TyThing
+\end{code}
+