Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2003-03-20 12:20:06 by simonpj] · f6c8cfd4
    Simon Peyton Jones authored
    ----------------------------------
          Fix a long-standing egregious CorePrep bug
    	----------------------------------
    
    	**** Merge to Stable branch ****
    
    CorePrep was eta-reducing
    
    	\x -> (# a,x #)
    to
    	(#,#) a
    
    which is utterly wrong.  Easily fixed though.
    f6c8cfd4