Package Metabang.Bind - internal and external symbols

Part of:

asdf-system tinaa, asdf-system metatilities, asdf-system cl-graph, asdf-system metabang-bind
See only external symbols
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
simple-style-warning

Variable

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

Function

bind-expand-declarations
bind-filter-declarations
bind-fix-nils
bind-fix-nils-destructured
bind-get-vars-from-lambda-list
bind-macro-helper
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.

dotted-pair-p

Returns true if and only if putative-pair is a dotted-list. I.e., if putative-pair is a cons ...

handle-plist
mint-ignorable-variable
next-value
simple-style-warning
var-ignorable-p

Generic-Function

bind-generate-bindings
binding-form-accepts-multiple-forms-p

Returns true if a binding form can accept multiple forms
(e.g., :flet)

Macro

bind

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

defbinding-form
fluid-bind

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