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:
parent
e7b6c8341c
commit
bf3c93d1ae
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -2815,6 +2815,9 @@
|
|||
(lambda (x e)
|
||||
e)))
|
||||
|
||||
(define (environment->module env)
|
||||
(car (last-pair env)))
|
||||
|
||||
|
||||
|
||||
;;; {Macros}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue