f5d250eb975ffc5fe589b7f99d085ad42c99a92b
[ghc-hetmet.git] / compiler / hsSyn / HsPat.lhs-boot
1 \begin{code}
2 module HsPat where
3 import SrcLoc( Located, SrcSpan )
4 import FastString ( FastString )
5
6 data HsQuasiQuote i = HsQuasiQuote i i SrcSpan FastString
7
8 data Pat i
9 type LPat i = Located (Pat i)
10 \end{code}