Module Comp.Case_branch

External case analysis branches.

type t = {
  1. location : Syncom.Location.t;
  2. meta_context : Synext__.Synext_definition.Meta.Context.t;
  3. pattern : Pattern.t;
  4. body : Expression.t;
}