summaryrefslogtreecommitdiff
path: root/src/utils/package.lisp
blob: bdd558968c70551f07e47d01384a32fc8304aef5 (plain)
1
2
3
4
5
(in-package :cl-user)
(defpackage lizfcm.utils
  (:use :cl)
  (:export :within-range-p
           :table))