Skip to content
  • Simon Marlow's avatar
    [project @ 1999-04-27 12:34:49 by simonm] · 0a4e3ee6
    Simon Marlow authored
    - Fix the tagToEnum# support in the code generator
    
    - Make isDeadBinder work on case binders
    
    - Fix compiling of
    
    	case x `op` y of z {
    		True  -> ... z ...
    		False -> ... z ...
    
    - Clean up CgCase a little.
    
    - Don't generate specialised tag2con functions for derived Enum/Ix
      instances; use tagToEnum# instead.
    0a4e3ee6