Skip to content
  • Simon Marlow's avatar
    Expand the stack-tracing API · 02066dfd
    Simon Marlow authored
     - add whoCreated :: a -> IO [String]
       Get the stack trace attached to an object
    
     - rename getCCCS to getCurrentCCS
    
     - add getCCSOf (used to implement whoCreated)
    
     - add renderStack :: [String] -> String
       A handy function for prettifying a stack
    02066dfd