From 5697bc0a97d31bfb5aef0e1ebbf76a1c8347d74b Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 13 Dec 2020 11:02:12 -0600 Subject: exports --- macros.lisp | 3 +++ package.lisp | 1 + 2 files changed, 4 insertions(+) diff --git a/macros.lisp b/macros.lisp index c4aa0aa..d560b68 100644 --- a/macros.lisp +++ b/macros.lisp @@ -194,6 +194,9 @@ should return \"☹\". FAIL-WHEN should be a function, a predicate, that operates on the first value returned from one of the forms. If non-NIL, the MONADIC> form returns with the value of the expression FAIL-WITH . + +The default value of FAIL-WHEN is the predicate NULL. + " (let ((vals (gensym)) (fn (gensym)) diff --git a/package.lisp b/package.lisp index 4028f77..00cd296 100644 --- a/package.lisp +++ b/package.lisp @@ -4,6 +4,7 @@ (:use #:cl) (:export #:$ #:-> + #:monadic> #:all> #:some> #:make-lazy -- cgit v1.2.3