summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/SimpleOpt.hs-boot
blob: 4a631054759ad78dbfb31c2d6058e3ef866e10cb (plain)
1
2
3
4
5
6
7
8
9
10
11
module GHC.Core.SimpleOpt where

import GHC.Core
import {-# SOURCE #-} GHC.Core.Unfold
import GHC.Utils.Misc (HasDebugCallStack)

data SimpleOpts

so_uf_opts :: SimpleOpts -> UnfoldingOpts

simpleOptExpr :: HasDebugCallStack => SimpleOpts -> CoreExpr -> CoreExpr