Add quasi-quotation, courtesy of Geoffrey Mainland
[ghc-hetmet.git] / compiler / hsSyn / HsPat.hi-boot-6
index 593caf2..dfa7777 100644 (file)
@@ -1,4 +1,6 @@
 module HsPat where
 
+data HsQuasiQuote i = HsQuasiQuote i i SrcSpan FastString
+
 data Pat i
 type LPat i = SrcLoc.Located (Pat i)