summaryrefslogtreecommitdiff
path: root/mulkutils.asd
Commit message (Collapse)AuthorAgeFilesLines
* 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