summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Unfold.hs-boot
blob: 4706af49e7b668a4241abcba388e5b4fee5d727f (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 GHC.Prelude
import GHC.Core
import GHC.Driver.Session

mkInlineUnfolding :: CoreExpr -> Unfolding

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