Module Flow_ast.Pattern

Sourcemodule RestElement : sig ... end
Sourcemodule Object : sig ... end
Sourcemodule Array : sig ... end
Sourcemodule Identifier : sig ... end
Sourcetype ('M, 'T) t = 'T * ('M, 'T) t'
Sourceand ('M, 'T) t' =
  1. | Object of ('M, 'T) Object.t
  2. | Array of ('M, 'T) Array.t
  3. | Identifier of ('M, 'T) Identifier.t
  4. | Expression of ('M, 'T) Expression.t