package melange

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
Sourceval pp : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t -> string
Sourceval pp_t' : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t' -> unit
Sourceval show_t' : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t' -> string