1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-01 01:40:21 +02:00

* boot-9.scm (environment->module): New procedure.

This commit is contained in:
Mikael Djurfeldt 1998-12-11 05:05:43 +00:00
parent e7b6c8341c
commit bf3c93d1ae
2 changed files with 7 additions and 0 deletions

View file

@ -5,6 +5,10 @@
* setf.scm: Removed. 1. It was buggy. 2. It was unschemey.
(These shortcomings were my fault.)
1998-12-10 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* boot-9.scm (environment->module): New procedure.
1998-12-07 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* Makefile.am: Added setf.scm.

View file

@ -2815,6 +2815,9 @@
(lambda (x e)
e)))
(define (environment->module env)
(car (last-pair env)))
;;; {Macros}