summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsPat.hi-boot-5
blob: 1f02ce3d47353b956ef5a0eade1f30f0f49a7a35 (plain)
1
2
3
4
5
6
__interface HsPat 1 0 where
__export Pat LPat ;

1 data Pat i ;
1 type LPat i = SrcLoc.Located (Pat i) ;