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:
parent
a3c77cb8da
commit
fe05646f7c
3 changed files with 63 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue