summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplCore/LiberateCase.hi
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/simplCore/LiberateCase.hi')
-rw-r--r--ghc/compiler/simplCore/LiberateCase.hi7
1 files changed, 7 insertions, 0 deletions
diff --git a/ghc/compiler/simplCore/LiberateCase.hi b/ghc/compiler/simplCore/LiberateCase.hi
new file mode 100644
index 0000000000..e2b140b899
--- /dev/null
+++ b/ghc/compiler/simplCore/LiberateCase.hi
@@ -0,0 +1,7 @@
+{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
+interface LiberateCase where
+import CoreSyn(CoreBinding)
+import Id(Id)
+liberateCase :: Int -> [CoreBinding Id Id] -> [CoreBinding Id Id]
+ {-# GHC_PRAGMA _A_ 2 _U_ 21 _N_ _S_ "LS" _N_ _N_ #-}
+