diff options
-rw-r--r-- | hofs.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ (in-package :lambda-riffs) -(defun labmda-if (pred then &optional (else (constantly nil))) +(defun lambda-if (pred then &optional (else (constantly nil))) "Returns a function that applies PRED and conditionally executes THEN when PRED returned non-nil or otherwise executes ELSE. Each of PRED, THEN, and ELSE are assumed to accept the same arguments." |