1
Fork 0
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:
Ludovic Courtès 2011-07-07 00:57:19 +02:00
parent d682f703c7
commit f67f85817c

View file

@ -44,6 +44,9 @@
;; Methods are implementations of generic functions.
<method> <accessor-method>
;; Macros.
<macro>
;; Applicable objects, either procedures or applicable structs.
<procedure-class> <applicable>
<procedure> <primitive-generic>