Reorganisation of the source tree
[ghc-hetmet.git] / compiler / hsSyn / HsPat.hi-boot-5
diff --git a/compiler/hsSyn/HsPat.hi-boot-5 b/compiler/hsSyn/HsPat.hi-boot-5
new file mode 100644 (file)
index 0000000..1f02ce3
--- /dev/null
@@ -0,0 +1,6 @@
+__interface HsPat 1 0 where
+__export Pat LPat ;
+
+1 data Pat i ;
+1 type LPat i = SrcLoc.Located (Pat i) ;
+