abolish_events(Event, Object, Message, Sender, Monitor)
Abolishes all matching events. The two types of events are represented by the atoms before
and after
. When the predicate is called with the first argument unbound, both types of events are abolished.
abolish_events(@term, @term, @term, @term, @term)
type_error(event, Event)
type_error(object_identifier, Object)
type_error(callable, Message)
type_error(object_identifier, Sender)
type_error(object_identifier, Monitor)
| ?- abolish_events(_, list, _, _, debugger).