The synonyms Reference Manual

This is the synonyms Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:00:10 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 synonyms

A package containing useful synonyms to Common Lisp functionalities.

Author

Robert Smith

License

Public Domain

Source

synonyms.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 synonyms/synonyms.asd

Source

synonyms.asd.

Parent Component

synonyms (system).

ASDF Systems

synonyms.


3.1.2 synonyms/package.lisp

Source

synonyms.asd.

Parent Component

synonyms (system).

Packages

synonyms.


3.1.3 synonyms/synonyms.lisp

Dependency

package.lisp (file).

Source

synonyms.asd.

Parent Component

synonyms (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 synonyms

Source

package.lisp.

Nickname

syn

Use List

common-lisp.

Public Interface

5 Definitions

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


5.1 Public Interface


5.1.1 Constants

Constant: false

The false value.

Package

synonyms.

Source

synonyms.lisp.

Constant: true

The canonical truth value.

Package

synonyms.

Source

synonyms.lisp.


5.1.2 Ordinary functions

Function: head (list)

Return the head of a list.

Package

synonyms.

Source

synonyms.lisp.

Function: negativep (n)

Check if a number N is negative.

Package

synonyms.

Source

synonyms.lisp.

Function: no (&rest ignored)

A function that akways returns a false value. Equivalent to (CONSTANTLY NIL).

Package

synonyms.

Source

synonyms.lisp.

Function: non-negative-p (n)

Check if a number N is non-negative (greater or equal to zero).

Package

synonyms.

Source

synonyms.lisp.

Function: non-positive-p (n)

Check if a number N is non-positive (less than or equal to zero).

Package

synonyms.

Source

synonyms.lisp.

Function: non-zero-p (n)

Check if a number is non-zero.

Package

synonyms.

Source

synonyms.lisp.

Function: positivep (n)

Check if a number N is positive.

Package

synonyms.

Source

synonyms.lisp.

Function: strcat (a b)

Concatenate two strings A and B.

Package

synonyms.

Source

synonyms.lisp.

Function: tail (list)

Return the tail (rest) of the list.

Package

synonyms.

Source

synonyms.lisp.

Function: yes (&rest ignored)

A function that always returns a truth vale. Equivalent to (CONSTANTLY T).

Package

synonyms.

Source

synonyms.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables

Jump to:   C   F   T  
Index Entry  Section

C
Constant, false: Public constants
Constant, true: Public constants

F
false: Public constants

T
true: Public constants