guix-devel
[Top][All Lists]
Advanced

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

Re: Using #true and #false everywhere?


From: zimoun
Subject: Re: Using #true and #false everywhere?
Date: Tue, 20 Oct 2020 15:11:45 +0200

On Tue, 20 Oct 2020 at 14:59, Tobias Geerinckx-Rice <me@tobias.gr> wrote:
> zimoun 写道:

> > So 'define-syntax define-record-type*' needs to be fixed to
> > return
> > #true...
>
> Not sure if this is a misunderstanding on my part or yours, but:
>
> ~ λ guile
> scheme@(guile-user)> (define (return-#true) #true)
> scheme@(guile-user)> (return-#true)
> $3 = #t

Maybe it is on my part but it returns #t and not #true.  So somehow
you need to know that #t is also #true or fix the REPL to return #true
and not #t.  Is that true? ;-)

Cheers,
simon



reply via email to

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