mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-06 20:56:38 +02:00
Removing unused env-monad bindings.
This commit is contained in:
parent
efac4dde6a
commit
0d097c8c3a
1 changed files with 0 additions and 5 deletions
|
@ -50,11 +50,6 @@
|
||||||
(local!: update!)
|
(local!: update!)
|
||||||
(return: return)
|
(return: return)
|
||||||
(run: run)
|
(run: run)
|
||||||
;; These are never used directly, but we must provide the names to
|
|
||||||
;; preserve hygiene.
|
|
||||||
(ask: ask %ask)
|
|
||||||
(tell: tell %tell)
|
|
||||||
(copy: copy)
|
|
||||||
(fields:
|
(fields:
|
||||||
(port env-port env-port-set!)
|
(port env-port env-port-set!)
|
||||||
(row env-row env-row-set!)
|
(row env-row env-row-set!)
|
||||||
|
|
Loading…
Add table
Reference in a new issue