Skip to content
  • Simon Peyton Jones's avatar
    Make a new type synonym CoreProgram = [CoreBind] · 488e21c8
    Simon Peyton Jones authored
    and comment its invariants in Note [CoreProgram] in CoreSyn
    
    I'm not totally convinced that CoreProgram is the right name
    (perhaps CoreTopBinds might better), but it is useful to have
    a clue that you are looking at the top-level bindings.
    
    This is only a matter of a type synonym change; no deep
    refactoring here.
    488e21c8