summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsPat.hi-boot-6
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/hsSyn/HsPat.hi-boot-6')
-rw-r--r--compiler/hsSyn/HsPat.hi-boot-64
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)