package.lisp @ 64aa58880d55

EVAL
author Steve Losh <steve@stevelosh.com>
date Sat, 23 Feb 2019 12:42:13 -0500
parents f4ede9fed310
children (none)
(defpackage :rosalind
  (:use
    :cl
    :iterate
    :losh
    :rosalind.quickutils)
  (:import-from :1am :is)
  (:shadowing-import-from :1am :test)
  (:export :run-tests))