Module Patterns.General

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