summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Opt/CallerCC.hs-boot
blob: 9d367916e10901adcd3068b55ddc68292b1bb5e7 (plain)
1
2
3
4
5
6
7
8
module GHC.Core.Opt.CallerCC where

import GHC.Prelude

-- Necessary due to import in GHC.Driver.Session.
data CallerCcFilter

parseCallerCcFilter :: String -> Either String CallerCcFilter