Skip to content
  • Simon Peyton Jones's avatar
    Add strictness for runRW# · f3cc3456
    Simon Peyton Jones authored
    runRW# isn't inlined until CorePrep, so it's good to expose its
    strictness.  Moreover, if we don't we can get obscure failures
    in coreToStg; see Note [runRW arg] in CorePrep.
    
    This fixes Trac #11291, and makes DfltProb1 compile with -O
    always in order to expose it more vigorously
    f3cc3456