- fixed a doc bug

svn: r1797
This commit is contained in:
Greg Cooper 2006-01-10 19:05:47 +00:00
parent fdb7c27f6d
commit 33dbc6f4ef

View File

@ -118,10 +118,10 @@ _Signal Processors_
<undefined>) and an event source. The value of the behavior is the
value of the most recent event occurrence.
> (switch behavior event[behavior]) -> behavior
> (switch event[behavior] [behavior]) -> behavior
Returns a behavior that "switches" each time the argument event
occurs.
occurs. The second argument is an optional initializer.
> (accum-e event[a -> a] a) -> event[a]