mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Removed errant macro
This commit is contained in:
parent
5d639fe17a
commit
be164f523e
1 changed files with 0 additions and 4 deletions
|
@ -235,10 +235,6 @@ This is the primary match macro. See the [Patterns](#patterns) section above for
|
|||
|
||||
Shortcut for `lambda` + `match`. Creates a procedure of one argument, and matches that argument against each clause.
|
||||
|
||||
(define-syntax match-lambda
|
||||
(syntax-rules ()
|
||||
((_ (pattern . body) ...) (lambda (expr) (match expr (pattern . body) ...)))))
|
||||
|
||||
# match-lambda*
|
||||
|
||||
*Syntax*
|
||||
|
|
Loading…
Add table
Reference in a new issue