Flow_ast.Variance
type t('M) = ('M, t'('M));
and kind =
| Plus
| Minus
;
and t'('M) = {
kind: kind,
comments: option(Syntax.t('M, unit)),
};