Add quasi-quotation, courtesy of Geoffrey Mainland
[ghc-hetmet.git] / compiler / hsSyn / HsPat.lhs-boot
index d5b685c..f5d250e 100644 (file)
@@ -1,6 +1,9 @@
 \begin{code}
 module HsPat where
-import SrcLoc( Located )
+import SrcLoc( Located, SrcSpan )
+import FastString ( FastString )
+
+data HsQuasiQuote i = HsQuasiQuote i i SrcSpan FastString
 
 data Pat i
 type LPat i = Located (Pat i)