summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplCore/LiberateCase.hi
blob: 5646aa0f6bf716fe5ab0baef8de177d5ff529615 (plain)
1
2
3
4
5
6
{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
interface LiberateCase where
import CoreSyn(CoreBinding)
import Id(Id)
liberateCase :: Int -> [CoreBinding Id Id] -> [CoreBinding Id Id]