Matus Goljer
Results
743
comments of
Matus Goljer
Annotations have following syntax ```emacs-lisp (defclass bar () ;; (slot :: number) ((slot :initarg :slot :type string))) ```
Just a syntax example :) You can either annotate slots with the eieio native `:type` or the elsa annotation or *both*. For simple types, the native way is preferred as...
(I'm reopening this to document how this works)