Package Anaphora - external symbols

Part of:

asdf-system docudown, asdf-system cl-markdown, asdf-system anaphora
See internal symbols too

ANAPHORA provides a full complement of anaphoric macros. Subsets of the
functionality provided by this package are exported from ANAPHORA-BASIC and
ANAPHORA-SYMBOL.

Package Anaphora uses the packages Common-Lisp. It has 57 total symbols and 24 external ones.

Macro

aand

Like AND, except binds the first argument to IT (via LET) for the
scope of the rest of the argume...

acase

Like CASE, except binds the result of the keyform to IT (via LET) for the
scope of the cases.

accase

Like CCASE, except binds the result of the keyform to IT (via LET) for the
scope of the cases. Un...

acond

Like COND, except result of each test-form is bound to IT (via LET) for the
scope of the correspo...

actypecase

Like CTYPECASE, except binds the result of the keyform to IT (via LET) for
the scope of the cases...

aecase

Like ECASE, except binds the result of the keyform to IT (via LET) for the
scope of the cases.

aetypecase

Like ETYPECASE, except binds the result of the keyform to IT (via LET) for
the scope of the cases...

aif

Like IF, except binds the result of the test to IT (via LET) for
the scope of the then and else e...

aprog1

Binds IT to the first form so that it can be used in the rest of the
forms. The whole thing retur...

asif

Like IF, except binds the result of the test to IT (via LET) for
the the scope of the then-expres...

atypecase

Like TYPECASE, except binds the result of the keyform to IT (via LET) for
the scope of the cases.

awhen

Like WHEN, except binds the result of the test to IT (via LET) for the scope
of the body.

scase

Like CASE, except binds the keyform to IT (via SYMBOL-MACROLET) for the
scope of the body. IT can...

sccase

Like CCASE, except binds the keyform to IT (via SYMBOL-MACROLET) for the
scope of the cases. IT c...

scond

Like COND, except each test-form is bound to IT (via SYMBOL-MACROLET) for the
scope of the corres...

sctypecase

Like CTYPECASE, except binds the keyform to IT (via SYMBOL-MACROLET) for
the scope of the cases. ...

secase

Like ECASE, except binds the keyform to IT (via SYMBOL-MACROLET) for the
scope of the cases. IT c...

setypecase

Like ETYPECASE, except binds the keyform to IT (via SYMBOL-MACROLET) for
the scope of the cases. ...

sif

Like IF, except binds the test form to IT (via SYMBOL-MACROLET) for
the scope of the then and els...

sor

Like OR, except binds the first argument to IT (via SYMBOL-MACROLET) for
the scope of the rest of...

stypecase

Like TYPECASE, except binds the keyform to IT (via SYMBOL-MACROLET) for the
scope of the cases. I...

sunless

Like UNLESS, except binds the test form to IT (via SYMBOL-MACROLET) for the
scope of the body. IT...

swhen

Like WHEN, except binds the test form to IT (via SYMBOL-MACROLET) for the
scope of the body. IT c...