speeding up the dump of large data structures by avoiding fold.Flip. Refs: #72. Based on the proposal by Ilya Ermakov in CPC 1.7 rc5 but without an explicit global stack. The required context information is maintained inside the recursive dump procedures.
Signed-off-by: Josef Templ <josef.templ@gmail.com>