Expression.Generator
type t('M, 'T) = {
blocks: list(Comprehension.Block.t('M, 'T)),
filter: option(Expression.t('M, 'T)),
};