diff options
Diffstat (limited to 'compiler/GHC/Core/Opt/CallerCC.hs-boot')
-rw-r--r-- | compiler/GHC/Core/Opt/CallerCC.hs-boot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/GHC/Core/Opt/CallerCC.hs-boot b/compiler/GHC/Core/Opt/CallerCC.hs-boot new file mode 100644 index 0000000000..9d367916e1 --- /dev/null +++ b/compiler/GHC/Core/Opt/CallerCC.hs-boot @@ -0,0 +1,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 |