2012 23:50
| To: GHC list
| Subject: Phase names in Core
|
| I've noticed that -dverbose-core2core now (in 7.2) just prints "Simplifier"
| before each simplifier phase where it used to print something like
| "Simplifier Phase 1 [main]" or "Simplifier Phase 0 [po
I've noticed that -dverbose-core2core now (in 7.2) just prints "Simplifier"
before each simplifier phase where it used to print something like "Simplifier
Phase 1 [main]" or "Simplifier Phase 0 [post-liberate-case]". This was
tremendously useful and now I never know where I am when looking at Co