src/build-manual.lisp @ d5710762069c default tip

Add +/- and to-bytes conversions
author Steve Losh <steve@stevelosh.com>
date Wed, 27 Mar 2024 10:22:11 -0400
parents 674260595163
children (none)
(ql:quickload :cacl)

(with-open-file (stream "build/cacl.1" :direction :output :if-exists :supersede)
  (adopt:print-manual cacl::*ui* :stream stream))