More namespace hacks for REPLs
REPL namespace hack seems to have broken; partially repaired it will more hacks, but still broken. see #31
This commit is contained in:
parent
dbc3b057dc
commit
35f12827fe
|
@ -475,7 +475,7 @@
|
|||
#`(begin
|
||||
(export-envs gamma-out delta-out bind-out)
|
||||
(begin-for-syntax
|
||||
(define nm (map namespace-variable-value (namespace-mapped-symbols)))
|
||||
(define nm (map (lambda (x) (namespace-variable-value x #f (lambda x #t))) (namespace-mapped-symbols)))
|
||||
(bind-subst (first (memf subst? nm)))
|
||||
(gamma (first (memf Γ? nm)))
|
||||
(delta (first (memf Δ? nm))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user