The srfi-23 Reference Manual

This is the srfi-23 Reference Manual, version 20200106, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:57:14 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 srfi-23

SRFI 23: Error reporting mechanism

Maintainer

CHIBA Masaomi

Author

CHIBA Masaomi

License

Unlicense

Long Description

SRFI 23: Error reporting mechanism https://srfi.schemers.org/srfi-23

Version

20200106

Source

srfi-23.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 srfi-23/srfi-23.asd

Source

srfi-23.asd.

Parent Component

srfi-23 (system).

ASDF Systems

srfi-23.


3.1.2 srfi-23/package.lisp

Source

srfi-23.asd.

Parent Component

srfi-23 (system).

Packages

3.1.3 srfi-23/srfi-23.lisp

Dependency

package.lisp (file).

Source

srfi-23.asd.

Parent Component

srfi-23 (system).

Public Interface

error (function).


4 Packages

Packages are listed by definition order.


4.1 https://github.com/g000001/srfi-23

Source

package.lisp.

Nickname

srfi-23

Used By List

https∶//github.com/g000001/srfi-23#internals.

Public Interface

error (function).


4.2 https://github.com/g000001/srfi-23#internals

Source

package.lisp.

Use List

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: error (reason &rest args)
Package

https∶//github.com/g000001/srfi-23.

Source

srfi-23.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   E   F  
Index Entry  Section

E
error: Public ordinary functions

F
Function, error: Public ordinary functions


A.3 Variables