Skip to content
  • Ian Lynagh's avatar
    Improve the handling of Integer literals · 1e87c0a6
    Ian Lynagh authored
    LitInteger now carries around the id of mkInteger, which it uses
    to construct the core to build Integer literals. This way we don't
    have to build in info about lots of Ids.
    
    We also no longer have any special-casing for integer-simple, so
    there is less code involved.
    1e87c0a6