Reorganisation of the source tree
[ghc-hetmet.git] / compiler / hsSyn / HsPat.lhs-boot
diff --git a/compiler/hsSyn/HsPat.lhs-boot b/compiler/hsSyn/HsPat.lhs-boot
new file mode 100644 (file)
index 0000000..d5b685c
--- /dev/null
@@ -0,0 +1,7 @@
+\begin{code}
+module HsPat where
+import SrcLoc( Located )
+
+data Pat i
+type LPat i = Located (Pat i)
+\end{code}