Added basic documentation
WIP.
This commit is contained in:
parent
93aa5aa439
commit
969b9a029a
4 changed files with 789 additions and 149 deletions
|
@ -29,7 +29,6 @@
|
|||
;; (rl ((a 5)) () (((b . _) (cons 1 2))) (+ a b))
|
||||
((_ (l ...) (m ...) (((p . p-rest) expr) . clause-rest) body ...)
|
||||
(rl (l ... (dummy expr)) (m ... ((p . p-rest) dummy)) clause-rest body ...))
|
||||
|
||||
|
||||
((rl (l ...) (m ...) ((binding expr) . clause-rest) body ...)
|
||||
(rl (l ... (binding expr)) (m ...) clause-rest body ...))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue