Expression.AsExpression
type t('M, 'T) = {
expression: Expression.t('M, 'T),
annot: Type.annotation('M, 'T),
comments: option(Syntax.t('M, unit)),
};