bug-guile
[Top][All Lists]
Advanced

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

pk in boot-9.scm


From: Bill Schottstaedt
Subject: pk in boot-9.scm
Date: Sun, 01 May 2005 04:50:37 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20041004

A less-than-ideal error message (abstracted from a much larger context):


guile> (version)
"1.7.2"
guile> (+ pk 1.0) ; "pk" was a typo in the original code

Backtrace:
In standard input:
   5: 0* [+ {#<procedure peek stuff>} 1.0]

standard input:5:1: In procedure + in expression (+ pk 1.0):
standard input:5:1: Wrong type argument in position 1: #<procedure peek stuff>
ABORT: (wrong-type-arg)
guile>


caused by ice-9/boot-9.scm line 225 -- perhaps pk could be moved to a
debugging module or something.






reply via email to

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