pmf writes:
> using tc/whatever works as expected, but I have not found a way to use the
> handle tc to refer to the namespace:
> user=> (the-ns 'tc)
> Exception No namespace: tc found clojure.core/the-ns (core.clj:3933)
`ns-aliases` returns the map of aliases to namespaces of a given
namespac
When I refer to a namespace like this:
(require '[clojure.test.check :as tc])
using tc/whatever works as expected, but I have not found a way to use the
handle tc to refer to the namespace:
user=> (the-ns 'tc)
Exception No namespace: tc found clojure.core/the-ns (core.clj:3933)
Using the full