Skip to content
  • Simon Marlow's avatar
    Fix #249 (-caf-all bugs) · e07e2550
    Simon Marlow authored
    There were two bugs:
     * we were generating the symbol name for the CAF
       cost centre from the OccName, which isn't unique enough
       in the case of system-generated non-external names
     * :Main.main caused problems, because we were assuming that
       every top-level CAF was from the current module.
    e07e2550