mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-22 07:09:18 +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!)
|
||||
(return: return)
|
||||
(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:
|
||||
(port env-port env-port-set!)
|
||||
(row env-row env-row-set!)
|
||||
|
|
Loading…
Add table
Reference in a new issue