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