Skip to content
  • Simon Peyton Jones's avatar
    Small refactor of getRuntimeRep · cbf47238
    Simon Peyton Jones authored
    Instead of using a string argument, use HasDebugCallStack.
    (Oddly, some functions were using both!)
    
    Plus, use getRuntimeRep rather than getRuntimeRep_maybe when
    if the caller panics on Nothing. Less code, and a better debug
    stack.
    
    (cherry picked from commit a6c448b4)
    cbf47238