package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'M key =
  1. | Literal of 'M * Literal.t
  2. | Identifier of 'M Identifier.t
  3. | Computed of 'M Expression.t
type !'M t = 'M * 'M t'
and !'M t' = {
  1. key : 'M key;
  2. pattern : 'M Pattern.t;
  3. shorthand : bool;
}
OCaml

Innovation. Community. Security.