diff options
Diffstat (limited to 'compiler/hsSyn/HsPat.hi-boot-5')
-rw-r--r-- | compiler/hsSyn/HsPat.hi-boot-5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/hsSyn/HsPat.hi-boot-5 b/compiler/hsSyn/HsPat.hi-boot-5 new file mode 100644 index 0000000000..1f02ce3d47 --- /dev/null +++ b/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) ; + |