ghc-lib-9.8.1.20231009: compiler/GHC/HsToCore/Binds.hs-boot
module GHC.HsToCore.Binds where import GHC.HsToCore.Monad ( DsM ) import GHC.Core ( CoreExpr ) import GHC.Tc.Types.Evidence (HsWrapper) dsHsWrapper :: HsWrapper -> ((CoreExpr -> CoreExpr) -> DsM a) -> DsM a