Module Patterns.General

type view = [
| Half_simple.view
| `Var of Ident.t * string Asttypes.loc
| `Alias of Typedtree.pattern * Ident.t * string Asttypes.loc
]
val strip_vars : pattern -> Half_simple.pattern