Skip to content
  • mnislaih's avatar
    Automatic RTTI for ghci bindings · 01249617
    mnislaih authored
    With this patch, ghci runs rtti (bounded in the term treewith a max. depth of 10)
    automatically after evaluating any expression in the interactive env.
    In addition, a rtti step is performed on the local bindings in a breakpoint,
    before returning control to the user
    
    Let's see how well this works in practice
    01249617