Statement.Throw
type t('M, 'T) = {
argument: Expression.t('M, 'T),
comments: option(Syntax.t('M, unit)),
};