bug-guile
[Top][All Lists]
Advanced

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

bug#41353: (const x) is a thunk


From: Jan Synacek
Subject: bug#41353: (const x) is a thunk
Date: Sun, 17 May 2020 12:41:05 +0200

With guile-3.0.2:

scheme@(guile-user)> (thunk? (const 1))
$1 = #t

Since thunk is a procedure that does not accept arguments (section
6.9.7, documentation for 'thunk?'), the result of the above evaluation
should be #f.






reply via email to

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