simonpj     2002/09/02 09:31:36 PDT

  Modified files:
    ghc/compiler/specialise Specialise.lhs 
  Log:
  Do not specialise functions that take implicit parameters.
  The specialisation mechanism doesn't work for them, because
  their implicit args are not driven by their type args (unlike
  the implicit dictionary parameters)
  
                MERGE TO STABLE
  
  Revision  Changes    Path
  1.83      +5 -1      fptools/ghc/compiler/specialise/Specialise.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to