mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +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
|
@ -44,6 +44,9 @@
|
||||||
;; Methods are implementations of generic functions.
|
;; Methods are implementations of generic functions.
|
||||||
<method> <accessor-method>
|
<method> <accessor-method>
|
||||||
|
|
||||||
|
;; Macros.
|
||||||
|
<macro>
|
||||||
|
|
||||||
;; Applicable objects, either procedures or applicable structs.
|
;; Applicable objects, either procedures or applicable structs.
|
||||||
<procedure-class> <applicable>
|
<procedure-class> <applicable>
|
||||||
<procedure> <primitive-generic>
|
<procedure> <primitive-generic>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue