export type valueGeneratorCallback = , R>(callback: (...args: A) => R) => R;