Internal_event.All_definitions
Access to all the event definitions registered with Make
.
val get :
?filter:(Generic.definition -> bool) ->
unit ->
Generic.definition list
Get the list of all the known definitions. If filter
is defined, use it to filter the returned events.
val find : (string -> bool) -> Generic.definition option
Find the definition matching on the given name.