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; -*-
;;;; 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
(:use :cl)
(:export #:define-property-method
#:define-property-methods
#:object
#:link
#:as2-type
#:type-as2
#:attachment
#:attributed-to
#:audience