Module Patterns.Half_simple

type view = [
  1. | Simple.view
  2. | `Or of Typedtree.pattern * Typedtree.pattern * Types.row_desc option
]