ENH make docstrings marginally clearer

This commit is contained in:
Nathan Dwarshuis 2022-04-20 20:06:06 -04:00
parent 5602d8fbc4
commit 2d16f347cd
1 changed files with 2 additions and 2 deletions

View File

@ -1460,12 +1460,12 @@ SET-FUN.
SET-FUN combines the current value of a descendant node with the SET-FUN combines the current value of a descendant node with the
output of GET-FUN with its two arguments respectively (type :: a output of GET-FUN with its two arguments respectively (type :: a
-> a -> Either String a). If it \"fails\" it returns Left with an -> a -> Either String NS). If it \"fails\" it returns Left with an
error message to be applied to the node (which will override a error message to be applied to the node (which will override a
Right if it is already present in the network table). Right if it is already present in the network table).
If the descendant node has no value, it will be set de novo using If the descendant node has no value, it will be set de novo using
DEF-FUN and the output from GET-FUN (type :: a -> a)." DEF-FUN and the output from GET-FUN (type :: a -> NS)."
(declare (indent 3)) (declare (indent 3))
(cl-labels (cl-labels
((propagate ((propagate