jolt/host
Yogthos 45596d7239 import: bring a cross-ns deftype/record ctor into the current ns (jolt-c2l1)
(:import [other.ns Type]) was a no-op (import unbound), so (Type. ...) failed
with 'Unknown class'. Bind import to register each named type's ctor closure
under the current ns. Corpus 2691->2692.
2026-06-21 17:11:15 -04:00
..
chez import: bring a cross-ns deftype/record ctor into the current ns (jolt-c2l1) 2026-06-21 17:11:15 -04:00