diff options
author | partain <unknown> | 1996-01-18 16:52:47 +0000 |
---|---|---|
committer | partain <unknown> | 1996-01-18 16:52:47 +0000 |
commit | 68a1f0233996ed79824d11d946e9801473f6946c (patch) | |
tree | 7068dbd8dde48a78e28b57605ca09b6df875c1bd /ghc/compiler/codeGen/CodeGen.hi | |
parent | ed7464364646a28aaf27d1dbc2ceaf7a9d9ce62f (diff) | |
download | haskell-68a1f0233996ed79824d11d946e9801473f6946c.tar.gz |
[project @ 1996-01-18 16:33:17 by partain]
Alleged post-Sansom 0.27+ code
Diffstat (limited to 'ghc/compiler/codeGen/CodeGen.hi')
-rw-r--r-- | ghc/compiler/codeGen/CodeGen.hi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/codeGen/CodeGen.hi b/ghc/compiler/codeGen/CodeGen.hi index 0b93b98a24..c749965d15 100644 --- a/ghc/compiler/codeGen/CodeGen.hi +++ b/ghc/compiler/codeGen/CodeGen.hi @@ -20,5 +20,5 @@ data FiniteMap a b data Id data StgBinding a b data UniqFM a -codeGen :: _PackedString -> ([CostCentre], [CostCentre]) -> [_PackedString] -> (GlobalSwitch -> SwitchResult) -> [TyCon] -> FiniteMap TyCon [[Labda UniType]] -> [StgBinding Id Id] -> AbstractC +codeGen :: _PackedString -> ([CostCentre], [CostCentre]) -> [_PackedString] -> (GlobalSwitch -> SwitchResult) -> [TyCon] -> FiniteMap TyCon [(Bool, [Labda UniType])] -> [StgBinding Id Id] -> AbstractC |