Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Set of events being waited for
val empty : 'a t
the empty todo set
val is_empty : 'a t -> bool
check if the todo set is empty
val only_recurring_events : 'a t -> bool
in presence of recurring events the todo set is never empty
val pp :
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a t ->
unit
pretty printer
val size : 'a t -> int
debugging