Skip to content
  • Simon Peyton Jones's avatar
    [project @ 1999-06-28 16:29:45 by simonpj] · 354ce404
    Simon Peyton Jones authored
    * Add Type.repType
    
    * Re-express splitRepTyConApp_maybe using repType
    
    * Use the new repType in Core2Stg
    
    	The bug was that we ended up with a binding like
    		let x = /\a -> 3# +# y
    		in ...
    	and this should turn into an STG case, but the big lambda
    	fooled the core-to-STG pass
    354ce404