[commit: ghc] : Comment only (ac5c619)
Max Bolingbroke <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : http://hackage.haskell.org/trac/ghc/changeset/ac5c619b742d4d882d695443b8ed358c089284e7 >--------------------------------------------------------------- commit ac5c619b742d4d882d695443b8ed358c089284e7 Author: Max Bolingbroke <[email protected]> Date: Thu Aug 4 12:02:37 2011 +0100 Comment only >--------------------------------------------------------------- compiler/supercompile/Supercompile.hs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/compiler/supercompile/Supercompile.hs b/compiler/supercompile/Supercompile.hs index f1dbc55..ab6ded4 100644 --- a/compiler/supercompile/Supercompile.hs +++ b/compiler/supercompile/Supercompile.hs @@ -1,5 +1,7 @@ module Supercompile (supercompileProgram, supercompileProgramSelective) where +-- FIXME: I need to document the basis on which I push down unlifted heap bindings + import Supercompile.Utilities import qualified Supercompile.Core.Syntax as S import qualified Supercompile.Core.FreeVars as S