The draw-cons-tree Reference Manual

This is the draw-cons-tree Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon May 15 04:53:42 2023 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 draw-cons-tree

Makes and ascii picture of a cons tree

Author

Ported by:CBaggers - Original Author:Nils M Holm

License

Public Domain

Source

draw-cons-tree.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 draw-cons-tree/draw-cons-tree.asd

Source

draw-cons-tree.asd.

Parent Component

draw-cons-tree (system).

ASDF Systems

draw-cons-tree.


3.1.2 draw-cons-tree/package.lisp

Source

draw-cons-tree.asd.

Parent Component

draw-cons-tree (system).

Packages

draw-cons-tree.


3.1.3 draw-cons-tree/draw-cons-tree.lisp

Dependency

package.lisp (file).

Source

draw-cons-tree.asd.

Parent Component

draw-cons-tree (system).

Public Interface

draw-tree (function).

Internals

4 Packages

Packages are listed by definition order.


4.1 draw-cons-tree

Source

package.lisp.

Use List

common-lisp.

Public Interface

draw-tree (function).

Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: draw-tree (n)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *nothing*
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Special Variable: *visited*
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.


5.2.2 Ordinary functions

Function: all-verticalp (n)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: donep (x)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: draw-atom (n)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: draw-bars (n)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: draw-conses (n &optional r)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: draw-final (n)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: draw-fixed-string (s)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: draw-members (n)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: emptyp (x)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: mark-visited (x)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: members-of-x (x)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: remove-trailing-nothing (n)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: skip-empty (n)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.

Function: visitedp (x)
Package

draw-cons-tree.

Source

draw-cons-tree.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   A   D   E   F   M   R   S   V  
Index Entry  Section

A
all-verticalp: Private ordinary functions

D
donep: Private ordinary functions
draw-atom: Private ordinary functions
draw-bars: Private ordinary functions
draw-conses: Private ordinary functions
draw-final: Private ordinary functions
draw-fixed-string: Private ordinary functions
draw-members: Private ordinary functions
draw-tree: Public ordinary functions

E
emptyp: Private ordinary functions

F
Function, all-verticalp: Private ordinary functions
Function, donep: Private ordinary functions
Function, draw-atom: Private ordinary functions
Function, draw-bars: Private ordinary functions
Function, draw-conses: Private ordinary functions
Function, draw-final: Private ordinary functions
Function, draw-fixed-string: Private ordinary functions
Function, draw-members: Private ordinary functions
Function, draw-tree: Public ordinary functions
Function, emptyp: Private ordinary functions
Function, mark-visited: Private ordinary functions
Function, members-of-x: Private ordinary functions
Function, remove-trailing-nothing: Private ordinary functions
Function, skip-empty: Private ordinary functions
Function, visitedp: Private ordinary functions

M
mark-visited: Private ordinary functions
members-of-x: Private ordinary functions

R
remove-trailing-nothing: Private ordinary functions

S
skip-empty: Private ordinary functions

V
visitedp: Private ordinary functions