This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bug or misunderstanding?


I'd've thought that I could've applied `procedure-source' to anything
that prcoedure? answered #t to.  Not so? Or is the below a bug?  (I
think it's a bug).

Thanks,
Greg


guile
guile> (minor-version)
"3.3"
guile> (procedure? current-module)
#t
guile> (procedure-source current-module)
ERROR: In procedure procedure-source in expression (procedure-source current-module):
ERROR: Wrong type argument in position 1: (#@the-module)
ABORT: (wrong-type-arg)

Type "(backtrace)" to get more information.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]