mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Export `<macro>' from (oop goops).
* module/oop/goops.scm: Export `<macro>'.
This commit is contained in:
parent
d682f703c7
commit
f67f85817c
1 changed files with 5 additions and 2 deletions
|
@ -42,12 +42,15 @@
|
|||
<scm-slot> <int-slot> <float-slot> <double-slot>
|
||||
|
||||
;; Methods are implementations of generic functions.
|
||||
<method> <accessor-method>
|
||||
<method> <accessor-method>
|
||||
|
||||
;; Macros.
|
||||
<macro>
|
||||
|
||||
;; Applicable objects, either procedures or applicable structs.
|
||||
<procedure-class> <applicable>
|
||||
<procedure> <primitive-generic>
|
||||
|
||||
|
||||
;; Applicable structs.
|
||||
<applicable-struct-class>
|
||||
<applicable-struct>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue