Module Object.CallProperty

type t('M, 'T) = ('M, t'('M, 'T));
and t'('M, 'T) = {
  1. value: ('M, Function.t('M, 'T)),
  2. static: bool,
  3. comments: option(Syntax.t('M, unit)),
};