package.lisp @ f65ed39c371d

First passes at MRNA and SPLC
author Steve Losh <steve@stevelosh.com>
date Mon, 05 Nov 2018 19:49:03 -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))