changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/q/tests/pkg.lisp

changeset 698: 96958d3eb5b0
parent: 568c39371122
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; pkg.lisp
2 
3 ;; Q Test Packages
4 
5 ;;; Code:
6 (defpackage :q/tests/fuzz
7  (:use :cl :std :rt/fuzz :q :log :obj/query))
8 
9 (defpackage :q/tests
10  (:use :cl :std :rt :q :log :parse/pratt :obj/query))
11