bug-guix
[Top][All Lists]
Advanced

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

bug#40067: clojure does not find namespace "clojure.set"


From: Alex ter Weele
Subject: bug#40067: clojure does not find namespace "clojure.set"
Date: Mon, 15 Mar 2021 16:20:05 -0400

Hi Jesse,

I found that dir works once the namespace has been "require"d, so this
works:

user=> (require 'clojure.set)
nil
user=> (dir clojure.set)
difference
index
...


Given that, I'm not sure why (dir clojure.string) works, but I'm
guessing that once clojure starts, something has already done (require
'clojure.string).

I don't think there's a bug with the Guix clojure package here.





reply via email to

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