summaryrefslogtreecommitdiff
path: root/mulkutils.asd
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentation for MATCHING-DEFUN, add the macros MATCHING-LABELS and ↵HEADmasterMatthias Benkard2007-09-051-1/+1
| | | | | | MATCHING-FLET. darcs-hash:300c4c44287e6f624f607473bcaa807c83bc7b4c
* Add MATCHING-DEFUN, a convenience wrapper around DEFUN and UNIFY:MATCH-CASE.Matthias Benkard2007-09-051-3/+5
| | | | darcs-hash:80b9a6a905d26026f39a8a656a351acaf02dcc79
* Add the currying macro FN*.Matthias Benkard2007-07-121-1/+1
| | | | darcs-hash:648154b9e02a3eb3f22bde685dd220d7ac8b6e89
* Fix COLLECT-LAMBDA-ARGS.Matthias Benkard2007-07-121-2/+2
| | | | darcs-hash:e4ca18c09830d4f37787ba97f66580885e2b15e8
* Change the FN syntax from (FN FUNCTION-NAME ...) to (FN FUNCTION ...).Matthias Benkard2007-07-121-1/+1
| | | | | | | | | | Where you previously wrote (FN + _ 10), you must now write (FN #'+ _ 10). This makes FN forms both easier to read and more useful in the presence of function objects. This change also applies to the macros FN1, EFN and EFN1. darcs-hash:eb87a513719bff03d185a022875f048f062eb6c4
* A nicer way of writing LAMBDA forms.Matthias Benkard2007-06-281-0/+8
darcs-hash:783a4d0b55541e4e1e122a81f92407280a0420b0