The trivial-arguments Reference Manual

This is the trivial-arguments Reference Manual, version 1.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:06:41 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 trivial-arguments

A simple library to retrieve the lambda-list of a function.

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://Shinmera.github.io/trivial-arguments/

Source Control

(GIT https://github.com/Shinmera/trivial-arguments.git)

Bug Tracker

https://github.com/Shinmera/trivial-arguments/issues

License

zlib

Version

1.1.0

Dependency

sb-introspect (system)., required, for feature :sbcl

Source

trivial-arguments.asd.

Child Component

arguments.lisp (file).


3 Files

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


3.1 Lisp


3.1.1 trivial-arguments/trivial-arguments.asd

Source

trivial-arguments.asd.

Parent Component

trivial-arguments (system).

ASDF Systems

trivial-arguments.


3.1.2 trivial-arguments/arguments.lisp

Source

trivial-arguments.asd.

Parent Component

trivial-arguments (system).

Packages

trivial-arguments.

Public Interface

arglist (function).

Internals

with-unknown-on-error (macro).


4 Packages

Packages are listed by definition order.


4.1 trivial-arguments

Source

arguments.lisp.

Nicknames
  • org.shirakumo.trivial-arguments
  • arg
Use List

common-lisp.

Public Interface

arglist (function).

Internals

with-unknown-on-error (macro).


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: arglist (function)

Returns the lambda-list of the function if possible, :unknown otherwise.

Package

trivial-arguments.

Source

arguments.lisp.


5.2 Internals


5.2.1 Macros

Macro: with-unknown-on-error (&body body)
Package

trivial-arguments.

Source

arguments.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions


A.3 Variables