# Functions
Handler returns the handler corresponding to the most recently matched Pattern,
or nil if no pattern was matched.
Pattern returns the most recently matched Pattern, or nil if no pattern was
matched.
SetHandler returns a new context in which the given Handler was most recently
matched and which consequently will be dispatched to.
SetPattern returns a new context in which the given Pattern is used as the most
recently matched pattern.