On this page:
…+
match-λ
match-λ*
match-λ**
generate-temporary
attr
@
when-attr
1.1 Untyped versions of the aliases
…+
match-λ
match-λ*
match-λ**
generate-temporary
attr
@
when-attr
7.7

1 Aliases for other racket identifiers

Georges Dupéron <georges.duperon@gmail.com>

syntax

An alias for compose

syntax

An alias for ...

syntax

…+

An alias for ...+

syntax

match-λ

An alias for match-lambda

syntax

match-λ*

An alias for match-lambda*
An alias for match-lambda**
Typed version of generate-temporary

syntax

attr

An alias for attribute which also works for plain syntax pattern variables

syntax

@

An alias for attribute which also works for plain syntax pattern variables

syntax

(when-attr name expr)

Equivalent to (if (attribute name) expr #'())

1.1 Untyped versions of the aliases

 (require phc-toolkit/untyped/aliases)
  package: phc-toolkit

syntax

An alias for compose

syntax

An alias for ...

syntax

…+

An alias for ...+

syntax

match-λ

An alias for match-lambda

syntax

match-λ*

An alias for match-lambda*
An alias for match-lambda**
Equivalent to generate-temporary (but not free-identifier=? to the original for now)

syntax

attr

An alias for attribute which also works for plain syntax pattern variables

syntax

@

An alias for attribute which also works for plain syntax pattern variables

syntax

(when-attr name expr)

Equivalent to (if (attribute name) expr #'())