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

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