changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/std/all.lisp

changeset 5: 6ce26a70a11e
child: 32ed719c5189
author: ellis <ellis@rwest.io>
date: Mon, 16 Oct 2023 19:33:42 -0400
permissions: -rw-r--r--
description: init std
1 (defpkg :std/all
2  (:nicknames :std)
3  (:use-reexport
4  :pkg
5  :named-readtables
6  :alien
7  :ana
8  :pan
9  :log
10  :str
11  :sym
12  :list
13  :fmt
14  :fs))