[project @ 2004-09-30 14:45:41 by simonpj]
authorsimonpj <unknown>
Thu, 30 Sep 2004 14:45:41 +0000 (14:45 +0000)
committersimonpj <unknown>
Thu, 30 Sep 2004 14:45:41 +0000 (14:45 +0000)
Add HsPat.hi-boot

ghc/compiler/hsSyn/HsPat.hi-boot-5 [new file with mode: 0644]
ghc/compiler/hsSyn/HsPat.hi-boot-6 [new file with mode: 0644]

diff --git a/ghc/compiler/hsSyn/HsPat.hi-boot-5 b/ghc/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) ;
+
diff --git a/ghc/compiler/hsSyn/HsPat.hi-boot-6 b/ghc/compiler/hsSyn/HsPat.hi-boot-6
new file mode 100644 (file)
index 0000000..593caf2
--- /dev/null
@@ -0,0 +1,4 @@
+module HsPat where
+
+data Pat i
+type LPat i = SrcLoc.Located (Pat i)