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