manners.bellman

A namespace containing functions which modifiy messages from coaches or
create new coaches from given ones that improve messages.

at

(at coach & path)
Create a coach for a map by applying the given coach at the given path of
keys.

formatting

Call format on messages returned by the given coach where the second argument
is the value.

invoking

Assume each message is a function which takes the value returning a new
message.

modify

(modify modifier)

prefix

(prefix some-str)
Add a prefix to messages

specifiying

(specifiying specify coach)
Create a new coach from a function which transforms messages from the given
coach. This specifying function takes two arguments, the message and the
value.

suffix

(suffix some-str)
Add a suffix to messages.