Add comment

This commit is contained in:
Marcus Kammer 2024-10-04 12:02:00 +02:00
parent 9d10fb9748
commit f8b7f06f8d
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -1,12 +1,16 @@
;;;; -*- mode: common-lisp; coding: utf-8; -*- ;;;; -*- mode: common-lisp; coding: utf-8; -*-
;;;; If a property (method) name is conflicting with already used names in CL
;;;; It is post-fixed with `-as2'.
;;;; For instance `type-as2', `first-as2', `last-as2'. etc
(defpackage :ml-as2 (defpackage :ml-as2
(:use :cl) (:use :cl)
(:export #:define-property-method (:export #:define-property-method
#:define-property-methods #:define-property-methods
#:object #:object
#:link #:link
#:as2-type #:type-as2
#:attachment #:attachment
#:attributed-to #:attributed-to
#:audience #:audience