From ad07161ab7558d72cc455530e39c3bebfd1a96b7 Mon Sep 17 00:00:00 2001 From: El-BG-1970 Date: Wed, 27 Jul 2022 21:46:01 +0200 Subject: now export commodity accessors --- src/commodities.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/commodities.lisp b/src/commodities.lisp index 2ce7cb7..474fe7d 100644 --- a/src/commodities.lisp +++ b/src/commodities.lisp @@ -1,6 +1,8 @@ (defpackage :commodities (:use :cl) - (:export :new-commodity)) + (:export :new-commodity + :name + :price)) (in-package :commodities) -- cgit v1.2.3