Comp.Case_branch
External case analysis branches.
type t = {
location : Syncom.Location.t;
meta_context : Synext__.Synext_definition.Meta.Context.t;
pattern : Pattern.t;
body : Expression.t;
}