X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/08b6e064ab3b18bbc5a9af47418c02f0e7ebc52d..ad1316527a6aa066d0abc0ada46a3616f5cb451f:/src/module-impl.lisp diff --git a/src/module-impl.lisp b/src/module-impl.lisp index 908a017..3ca4411 100644 --- a/src/module-impl.lisp +++ b/src/module-impl.lisp @@ -205,7 +205,8 @@ (export '(code-fragment-item code-fragment code-fragment-reason code-fragment-name code-fragment-constraints)) (defclass code-fragment-item () - ((fragment :initarg :fragment :type c-fragment :reader code-fragment) + ((fragment :initarg :fragment :type (or string c-fragment) + :reader code-fragment) (reason :initarg :reason :type keyword :reader code-fragment-reason) (name :initarg :name :type t :reader code-fragment-name) (constraints :initarg :constraints :type list