Skip to content

Commit

Permalink
Add see also links to ands and ors
Browse files Browse the repository at this point in the history
ands: all, when
ors: any
  • Loading branch information
gilch committed Dec 24, 2023
1 parent e2a4591 commit 34ee15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hissp/macros.lissp
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ Hidden doctest adds bundled macros for REPL-consistent behavior.
... (42)
42

See also: `ors`, `and`.
See also: `ors`, `and`, `all`, `when`.
"
(cond (not exprs) True
(op#eq (len exprs) 1) (get#0 exprs)
Expand Down Expand Up @@ -1619,7 +1619,7 @@ Hidden doctest adds bundled macros for REPL-consistent behavior.
... ()
()

See also: `ands`, `bool`, `or`.
See also: `ands`, `bool`, `or`, `any`.
"
(cond (op#eq (len exprs) 1) (get#0 exprs)
exprs
Expand Down

0 comments on commit 34ee15b

Please sign in to comment.