Module Expression.Generator

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