diff options
Diffstat (limited to 'compiler/hsSyn/HsPat.lhs-boot')
-rw-r--r-- | compiler/hsSyn/HsPat.lhs-boot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/hsSyn/HsPat.lhs-boot b/compiler/hsSyn/HsPat.lhs-boot new file mode 100644 index 0000000000..d5b685c1f1 --- /dev/null +++ b/compiler/hsSyn/HsPat.lhs-boot @@ -0,0 +1,7 @@ +\begin{code} +module HsPat where +import SrcLoc( Located ) + +data Pat i +type LPat i = Located (Pat i) +\end{code} |