package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module RestElement : sig ... end
type !'M element =
  1. | Element of 'M Pattern.t
  2. | RestElement of 'M RestElement.t
type !'M t = {
  1. elements : 'M element option list;
  2. typeAnnotation : 'M Type.annotation option;
}
OCaml

Innovation. Community. Security.