mirabelle.event
critical?
(critical? event)
Verifies if an event is critical
expired?
(expired? current-time event)
Verifies if an event is expired
most-recent
(most-recent events)
Get the most recent event from an event list
most-recent?
(most-recent? event1 event2)
Returns true if event 1 is most recent than event 2. Does not work with events with no time.
sequential-events
(sequential-events event)
tagged-all?
(tagged-all? tags event)
Predicate function to check if a collection of tags is present in the tags of event.
warning?
(warning? event)
Verifies if an event is warning