`trace' is broken

2001-06-21 Thread Martin Grabmueller
Hello list, I was just trying out an example from the GRM, node `Trace': guile (define (rev ls) ... (if (null? ls) ... '() ... (append (rev (cdr ls)) (cons (car ls) '() guile (rev '(a b c d e)) (e d c b a) guile (trace rev) (rev) guile (rev '(a b c d

Re: `trace' is broken

2001-06-21 Thread Neil Jerram
Martin == Martin Grabmueller [EMAIL PROTECTED] writes: Martin Hello list, I was just trying out an example from the GRM, Martin node `Trace': guile ... lazy-catch handler did return. ABORT: (misc-error) Martin It would be really nice if we could get that working again