pub type UpdateReal<A, B> = Box<dyn Fn(B, Modify<A>) -> B>;
Update function for the real context
pub struct UpdateReal<A, B>(/* private fields */);