bug-guile
[Top][All Lists]
Advanced

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

bug#49686: Confusing presence of #f in error message


From: Jean Abou Samra
Subject: bug#49686: Confusing presence of #f in error message
Date: Wed, 21 Jul 2021 21:12:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Hello,

At the Guile prompt:

scheme@(guile-user)> (if #t (begin (define var 5) (display var))
While compiling expression:
Syntax error:
unknown file:#f:#f: definition in expression context, where definitions are not allowed, in form (define var 5)

The "#f:#f:" part in the error message does not look
expected. This is Guile 3.0.5.130-5a1e7.

Best regards,
Jean Abou Samra





reply via email to

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