guile-user
[Top][All Lists]
Advanced

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

Re: Guile import issue


From: Zelphir Kaltstahl
Subject: Re: Guile import issue
Date: Thu, 15 Jun 2023 12:27:59 +0000

On 6/15/23 11:59, Unstable Horse wrote:
Hmm, if I rewrite your rectangular.scm to:

~~~~rectangular.scm~~~~
(define-module (rectangular)
   #:use-module ((guile) #:select ((lambda* . λ)))
   #:export (real-part))

(define real-part
   (λ (num)
     (car num)))
~~~~

This works both with `import' and `use-modules', so the problem might
be somewhere in `library'.

Thank you, I will probably use this as a workaround.

Best regards,
Zelphir

--
repositories: https://notabug.org/ZelphirKaltstahl




reply via email to

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