Module Array.Element

type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) t' = {
  1. argument : ('M, 'T) Pattern.t;
  2. default : ('M, 'T) Expression.t option;
}