diff options
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/compiler/hsSyn/HsPat.hi-boot-5 | 6 | ||||
-rw-r--r-- | ghc/compiler/hsSyn/HsPat.hi-boot-6 | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ghc/compiler/hsSyn/HsPat.hi-boot-5 b/ghc/compiler/hsSyn/HsPat.hi-boot-5 new file mode 100644 index 0000000000..1f02ce3d47 --- /dev/null +++ b/ghc/compiler/hsSyn/HsPat.hi-boot-5 @@ -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 index 0000000000..593caf2d17 --- /dev/null +++ b/ghc/compiler/hsSyn/HsPat.hi-boot-6 @@ -0,0 +1,4 @@ +module HsPat where + +data Pat i +type LPat i = SrcLoc.Located (Pat i) |