Reorganisation of the source tree
[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
deleted file mode 100644 (file)
index d5b685c..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-\begin{code}
-module HsPat where
-import SrcLoc( Located )
-
-data Pat i
-type LPat i = Located (Pat i)
-\end{code}