Module Match.CaseSource

Sourcetype ('M, 'T, 'B) t = 'M * ('M, 'T, 'B) t'
Sourceand ('M, 'T, 'B) t' = {
  1. pattern : ('M, 'T) MatchPattern.t;
  2. body : 'B;
  3. guard : ('M, 'T) Expression.t option;
  4. comments : ('M, unit) Syntax.t option;
}