summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/SimpleOpt.hs-boot
blob: 7a708eb4c8b2504db42248bdc8248b1fc3f07292 (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 SimpleOptOpts

so_uf_opts :: SimpleOptOpts -> UnfoldingOpts

simpleOptExpr :: HasDebugCallStack => SimpleOptOpts -> CoreExpr -> CoreExpr