summaryrefslogtreecommitdiff
path: root/compiler/deSugar/DsBinds.hs-boot
blob: 71c0040039661fcd7f532a4c3987d6cfd4a64f9c (plain)
1
2
3
4
5
6
module DsBinds where
import DsMonad     ( DsM )
import CoreSyn     ( CoreExpr )
import TcEvidence (HsWrapper)

dsHsWrapper :: HsWrapper -> DsM (CoreExpr -> CoreExpr)