1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

New module (oop goops keyword-formals)

This module replaces the method and define-method bindings with their
method* and define-method* counterparts, for use by users who prefer not
to use both kinds of syntactic forms.

* module/oop/goops/keyword-formals.scm: New module.
* am/bootstrap.am: Added
* doc/ref/goops.texi: Document this change.
This commit is contained in:
Mikael Djurfeldt 2024-11-26 19:02:07 +01:00
parent a3c77cb8da
commit fe05646f7c
3 changed files with 63 additions and 0 deletions

View file

@ -271,6 +271,7 @@ SOURCES = \
oop/goops/stklos.scm \
oop/goops/accessors.scm \
oop/goops/simple.scm \
oop/goops/keyword-formals.scm \
\
scheme/base.scm \
scheme/case-lambda.scm \