Package Metabang.Bind - external symbols

Part of:

asdf-system tinaa, asdf-system metatilities, asdf-system cl-graph, asdf-system metabang-bind
See internal symbols too
Package Metabang.Bind uses the packages Common-Lisp. It is also known as Bind and Metabang-Bind. It has 99 total symbols and 14 external ones.

Condition

bind-error
bind-keyword/optional-nil-with-default-error
bind-missing-value-form-warning
bind-too-many-value-forms-error

Variable

*bind-all-declarations*
*bind-lambda-list-markers*
*bind-non-var-declarations*

Function

binding-form-docstring
binding-form-groups

Return a list of the available binding-forms grouped into their synonyms.

binding-form-synonyms

Return a list of synonyms for the binding-form name.

For example

> (binding-form-synonym...

binding-forms

Return a list of the binding-forms that bind supports in alphabetical order.

Macro

bind

Bind is a replacement for let*, destructuring-bind and multiple-value-bind. An example is probabl...

fluid-bind

Fluid-bind is an extension of bind that handles setting and resetting places. For example, suppos...