From: <sa...@bl...> - 2003-04-03 15:16:06
|
Ken Anderson writes: > I've extended describe it will now describe closures and generics: | > (define (foo x) (* 2 x)) | (lambda foo (x)...) | > foo | (lambda foo (x)...) | > (load "elf/basic.scm") | #t | > (describe foo) | Closure named foo | | (describe foo ) | | ==================================== | | (pp (revertBody f )) | f = (lambda foo (x)...) | | ==================================== | SchemeException:[[ERROR: undefined variable "pp"""]] Where's pretty-print (pp)? Derek -- Derek Upham sa...@bl... |