diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-28 10:44:16 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-28 10:44:16 -0500 |
commit | 9d6c0c3316de67770738ab55eac88b1eb6a0bc4d (patch) | |
tree | 1cbf9f9ab4caed4a8671f2909c1288dcc6fa76f6 | |
parent | b3af858518d51532f4dca78d6b93ffa4a4b44f5c (diff) |
typo
-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." |