Skip to content

Commit

Permalink
Make odoc happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuenzli committed Feb 9, 2022
1 parent e1a7faf commit 123b0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react.mli
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ module S : sig
(** {1:acc Accumulating} *)

val accum : ?eq:('a -> 'a -> bool) -> ('a -> 'a) event -> 'a -> 'a signal
(** [accum e i] is [S.hold i (]{!E.accum}[ e i)]. *)
(** [accum e i] is [S.hold i (]{!E.val-accum}[ e i)]. *)

val fold : ?eq:('a -> 'a -> bool) -> ('a -> 'b -> 'a) -> 'a -> 'b event ->
'a signal
Expand Down

0 comments on commit 123b0e0

Please sign in to comment.