summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Binds.hs-boot
blob: aa3134ac7264a80583bdfb4cc3d8c060151d26b6 (plain)
1
2
3
4
5
6
module GHC.HsToCore.Binds where
import GHC.HsToCore.Monad ( DsM )
import GHC.Core           ( CoreExpr )
import TcEvidence         (HsWrapper)

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