fix(harness): complete reconstruction of package.org to resolve catastrophic syntax failures
This commit is contained in:
@@ -10,7 +10,7 @@ The ~package.lisp~ file defines the public API of the ~opencortex~ harness.
|
|||||||
* Implementation
|
* Implementation
|
||||||
|
|
||||||
** Public API Export
|
** Public API Export
|
||||||
#+begin_src lisp
|
#+begin_src lisp :tangle package.lisp
|
||||||
(defpackage :opencortex
|
(defpackage :opencortex
|
||||||
(:use :cl)
|
(:use :cl)
|
||||||
(:export
|
(:export
|
||||||
@@ -193,7 +193,7 @@ The ~package.lisp~ file defines the public API of the ~opencortex~ harness.
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Package Implementation
|
** Package Implementation
|
||||||
#+begin_src lisp
|
#+begin_src lisp :tangle package.lisp
|
||||||
(in-package :opencortex)
|
(in-package :opencortex)
|
||||||
|
|
||||||
(defun proto-get (plist key)
|
(defun proto-get (plist key)
|
||||||
|
|||||||
Reference in New Issue
Block a user