package.lisp @ 79e52a6d414d

Fix the rest of the hardcoded names
author Steve Losh <steve@stevelosh.com>
date Tue, 25 Dec 2018 22:54:58 -0500
parents c50aa06f13bd
children 5a40b5b38fe3
(defpackage :conserve
  (:use :cl)
  (:export
    :read-row
    :read-rows
    :write-row
    :write-rows))