[project @ 2005-01-27 10:44:00 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsPat.lhs-boot
diff --git a/ghc/compiler/hsSyn/HsPat.lhs-boot b/ghc/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}