guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: possibly a bug


From: Thien-Thi Nguyen
Subject: Re: possibly a bug
Date: Sun, 26 Aug 2001 01:34:05 -0700

   From: Simon Weijgers <address@hidden>
   Date: Sun, 26 Aug 2001 09:55:54 +0200

      guile> (b)
   -> ERROR: Wrong number of arguments to #<procedure -print (result)>
   -> ABORT: (wrong-number-of-args)

well, here's how to get what you expect to see:

guile> (eval (list (procedure-source b)) (current-module))
<unnamed port>: In expression ((lambda () a)):
<unnamed port>: Unbound variable: a
ABORT: (unbound-variable)

however, that's not very satisfying...

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]