diff options
author | simonpj <unknown> | 2004-09-30 14:45:41 +0000 |
---|---|---|
committer | simonpj <unknown> | 2004-09-30 14:45:41 +0000 |
commit | d709f886d5f1feb9abe2fc1cecd197234b19dc23 (patch) | |
tree | 84a60000d2e9056529369f059b6eab415d2f3722 | |
parent | 23f40f0e9be6d4aa5cf9ea31d73f4013f8e7b4bd (diff) | |
download | haskell-d709f886d5f1feb9abe2fc1cecd197234b19dc23.tar.gz |
[project @ 2004-09-30 14:45:41 by simonpj]
Add HsPat.hi-boot
-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) |