summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Unfold.hs-boot
blob: 54895ae8b17c6eb7213005b5356efe1461a4bae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module GHC.Core.Unfold (
        mkUnfolding, mkInlineUnfolding
    ) where

import GhcPrelude
import GHC.Core
import GHC.Driver.Session

mkInlineUnfolding :: CoreExpr -> Unfolding

mkUnfolding :: DynFlags
            -> UnfoldingSource
            -> Bool
            -> Bool
            -> CoreExpr
            -> Unfolding