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

@ -42,12 +42,15 @@
<scm-slot> <int-slot> <float-slot> <double-slot> <scm-slot> <int-slot> <float-slot> <double-slot>
;; 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>
;; Applicable structs. ;; Applicable structs.
<applicable-struct-class> <applicable-struct-class>
<applicable-struct> <applicable-struct>