Skip to content
  • Simon Peyton Jones's avatar
    Move all the CoreToDo stuff into CoreMonad · 63e3a411
    Simon Peyton Jones authored
    This patch moves a lot of code around, but has zero functionality change.
    The idea is that the types
    
        CoreToDo
        SimplifierSwitch	
        SimplifierMode
        FloatOutSwitches
    
    and 
    
        the main core-to-core pipeline construction
    
    belong in simplCore/, and *not* in DynFlags.
    63e3a411