Module Comprehension.Block

type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) t' = {
  1. left : ('M, 'T) Pattern.t;
  2. right : ('M, 'T) Expression.t;
  3. each : bool;
}