On this page:
8.18
top
up next →

4mutable-match-lambda forms for hash-lambdaπŸ”— i

package: hash-lambda

syntax

( mutable-hash-lambda/matchhash-lambda/match-clause...)

like hash-lambda/match , except makes a mutable-match-lambda-procedure that you can add functionality to with procedures such as mutable-match-lambda-add-clause! . By the way, you can add other types of clauses than hash-lambda/match clauses later.

It is defined like this:
(define-syntax-rule (mutable-hash-lambda/matchclause... )
(clause->proc #:hash-lambda/matchclause)... ))

Examples:
> (require hash-lambda/mutable-match-lambda)
> (examples)

examples: undefined;

cannot reference an identifier before its definition

in module: top-level

syntax

( clause->proc/hash-lambda/matchclause)

this form is provided so that #:hash-lambda/match can be used as a keyword in clause->proc .

(clause->proc #:hash-lambda/matchclause) expands into (clause->proc/hash-lambda/matchclause).

top
up next →

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /