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