Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : supercompiler
http://hackage.haskell.org/trac/ghc/changeset/fce2c403e847aae7c4febe4f7943f26ee2c49197 >--------------------------------------------------------------- commit fce2c403e847aae7c4febe4f7943f26ee2c49197 Author: Max Bolingbroke <batterseapo...@hotmail.com> Date: Wed Jun 22 15:47:41 2011 +0100 Implement wrappers properly, give PrimOps type arguments compiler/supercompile/Supercompile.hs | 174 ++++++++++---------- .../supercompile/Supercompile/Core/FreeVars.hs | 4 +- .../supercompile/Supercompile/Core/Renaming.hs | 2 +- compiler/supercompile/Supercompile/Core/Size.hs | 17 +-- compiler/supercompile/Supercompile/Core/Syntax.hs | 33 ++-- compiler/supercompile/Supercompile/Core/Tag.hs | 36 ++-- compiler/supercompile/Supercompile/Drive/Match.hs | 16 +- .../supercompile/Supercompile/Drive/Process.hs | 17 ++- compiler/supercompile/Supercompile/Drive/Split.hs | 2 +- .../Supercompile/Evaluator/Evaluate.hs | 46 +++--- .../Supercompile/Evaluator/FreeVars.hs | 2 +- .../Supercompile/Evaluator/Residualise.hs | 14 +- .../supercompile/Supercompile/Evaluator/Syntax.hs | 53 +++--- 13 files changed, 211 insertions(+), 205 deletions(-) Diff suppressed because of size. To see it, use: git show fce2c403e847aae7c4febe4f7943f26ee2c49197 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc