Patterns.Half_simple
type view = [
| `Any
| `Array of Typedtree.pattern list
| `Constant of Asttypes.constant
| `Construct of
Longident.t Asttypes.loc
* Types.constructor_description
* Typedtree.pattern list
| `Lazy of Typedtree.pattern
| `Or of Typedtree.pattern * Typedtree.pattern * Types.row_desc option
| `Record of
(Longident.t Asttypes.loc * Types.label_description * Typedtree.pattern) list
* Asttypes.closed_flag
| `Tuple of Typedtree.pattern list
| `Variant of Asttypes.label * Typedtree.pattern option * Types.row_desc ref
]
type pattern = view Typedtree.pattern_data