| ||||
| ||||
Documentation | ||||
dsExpr :: HsExpr Id -> DsM CoreExpr | ||||
dsLExpr :: LHsExpr Id -> DsM CoreExpr | ||||
dsLocalBinds :: HsLocalBinds Id -> CoreExpr -> DsM CoreExpr | ||||
dsValBinds :: HsValBinds Id -> CoreExpr -> DsM CoreExpr | ||||
dsLit :: HsLit -> DsM CoreExpr | ||||
Produced by Haddock version 2.4.2 |